/**
 * Multi-page hobby experience. Measurements follow the rendered reference at
 * 390, 768, 1440 and 1920 CSS pixels. Illustrative surfaces use the bundled,
 * dimension-matched Mystique media derivatives.
 */

:root {
	--site-purple: #2a063e;
	--site-purple-mid: #470a68;
	--site-purple-light: #5a0b7d;
	--site-gray: #e3e3e3;
	--site-gray-soft: #f4f4f4;
	--site-green: #5a6519;
	--site-ink: #212529;
	--site-wide: 1630px;
	--site-content: 1088px;
	--site-gutter: 13.5px;
	--site-header-gutter: clamp(16px, 2vw, 32px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.legendary-site { margin: 0; overflow-x: hidden; background: #fff; color: var(--site-ink); font-family: "Roboto", Arial, sans-serif; font-size: 16px; line-height: 24px; }
body.legendary-site.menu-open { overflow: hidden; }
body.legendary-site.filter-drawer-open { overflow: hidden; overscroll-behavior: none; }
body.legendary-site.navigation-open { position: fixed; width: 100%; overflow: hidden; }
body.legendary-site img { display: block; max-width: 100%; }
:where(body.legendary-site) button, :where(body.legendary-site) input, :where(body.legendary-site) select { font: inherit; }
body.legendary-site a { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 2000001; padding: 10px 18px; border-radius: 0 0 8px 8px; background: #fff; color: var(--site-purple); font-weight: 700; }
.skip-link:focus { top: 0; }
.content-container { width: min(var(--site-content), calc(100% - 48px)); margin-inline: auto; }
.wide-wrapper { width: min(var(--site-wide), 100%); margin-inline: auto; }
.page-with-nav, .home-page { padding-top: 50px; }
.home-page { overflow-x: clip; }

/* Shared shape and controls ------------------------------------------------ */
.brush-panel { position: relative; background: var(--site-purple-mid); color: #fff; border-radius: 20px 0; }
.brush-panel::after { content: ""; position: absolute; right: 0; bottom: -15px; left: 0; z-index: 0; height: 100%; background-color: transparent; background-image: var(--reference-marker-desktop-excerpt); background-repeat: no-repeat; background-position: 100% 100%; background-size: 101% auto; pointer-events: none; }
.brush-gray { position: relative; background: var(--site-gray); }
.brush-gray::before, .brush-gray::after { content: ""; position: absolute; right: 0; left: 0; z-index: 0; height: 34px; background: var(--site-gray); }
.brush-gray::before { top: -22px; clip-path: polygon(0 65%,7% 24%,14% 53%,22% 18%,31% 58%,40% 26%,48% 66%,57% 11%,67% 55%,76% 22%,84% 62%,93% 25%,100% 58%,100% 100%,0 100%); }
.brush-gray::after { bottom: -22px; clip-path: polygon(0 0,100% 0,100% 34%,93% 73%,85% 37%,77% 83%,69% 43%,61% 75%,51% 34%,43% 82%,34% 39%,25% 72%,16% 36%,8% 78%,0 43%); }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 200px; height: 40px; padding: 0 30px; border: 1px solid transparent; border-radius: 28px; font-size: 18px; font-weight: 700; line-height: 38px; text-align: center; text-decoration: none; cursor: pointer; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }
.button--purple { background: var(--site-purple-mid); color: #fff; }
.button--purple:hover, .button--purple:focus { background: #fff; border-color: #000; color: #000; }
.button--white { background: #fff; color: var(--site-purple-mid); }
.button--white:hover, .button--white:focus { background: var(--site-purple-mid); border-color: #fff; color: #fff; }
.button--outline-white { min-width: 0; background: transparent; border-color: #fff; color: #fff; }
.button--outline-white:hover, .button--outline-white:focus { background: #fff; color: #000; }
.button--small-outline { min-width: 104px; height: 32px; padding: 0 20px; background: #fff; border-color: #000; color: #000; font-size: 14px; font-weight: 400; line-height: 30px; }
body.legendary-site .button--purple { color: #fff; }
body.legendary-site .button--purple:hover, body.legendary-site .button--purple:focus { color: #000; }
body.legendary-site .button--white { color: var(--site-purple-mid); }
body.legendary-site .button--white:hover, body.legendary-site .button--white:focus { color: #fff; }
body.legendary-site .button--outline-white { color: #fff; }

/* Header ------------------------------------------------------------------ */
.site-header { height: 0; }
.site-nav { position: fixed; top: 0; right: 0; left: 0; z-index: 1000000; height: 50px; background: var(--site-purple); color: #fff; transition: top .3s ease-in-out; }
.site-nav.is-hidden { top: -50px; }
.site-nav__inner { position: relative; width: 100%; height: 100%; margin: 0 auto; padding: 0 var(--site-gutter); }
.site-brand { position: absolute; top: 0; left: var(--site-header-gutter); display: inline-flex; width: auto; height: 50px; align-items: center; gap: 2px; color: #fff; filter: drop-shadow(0 3px 6px rgba(0,0,0,.5)); line-height: 1; text-decoration: none; }
.site-brand__emblem { display: block; flex: 0 0 auto; width: 34px; line-height: 0; }
.site-brand__emblem img { display: block; width: 100%; max-width: none; height: auto; }
.site-brand__wordmark { display: block; flex: 0 0 auto; width: 110px; }
.site-brand__wordmark img { display: block; width: 100%; max-width: none; height: auto; }
.site-nav__utility, .site-nav__primary { display: none; }
.site-nav__search-toggle, .site-nav__toggle { position: absolute; top: 0; width: 36px; height: 50px; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; }
.site-nav__search-toggle { right: 52px; }
.site-nav__search-toggle::before { position: absolute; top: 15px; left: 8px; width: 20px; height: 20px; background-color: currentColor; content: ""; -webkit-mask: url("../images/reference/search.svg") center / contain no-repeat; mask: url("../images/reference/search.svg") center / contain no-repeat; }
.site-nav__search-toggle::after { display: none; }
.nav-chevron { position: absolute; width: 9px; height: 6px; background-color: currentColor; content: ""; -webkit-mask: url("../images/reference/chevron-down.svg") center / 100% 100% no-repeat; mask: url("../images/reference/chevron-down.svg") center / 100% 100% no-repeat; }
.site-nav__toggle { right: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.site-nav__toggle span { display: block; width: 24px; height: 2px; border-radius: 20px; background: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,.1); transition: transform .25s, opacity .25s; }
.site-nav__toggle[aria-expanded="true"] { width: 44px; height: 30px; }
.site-nav__toggle[aria-expanded="true"]::before { position: absolute; top: 8px; left: 11px; width: 22px; height: 21px; background-color: #fff; content: ""; -webkit-mask: url("../images/reference/close.svg") center / 100% 100% no-repeat; mask: url("../images/reference/close.svg") center / 100% 100% no-repeat; }
.site-nav__toggle[aria-expanded="true"] span { opacity: 0; transform: none; }
.site-nav.is-menu-open .site-nav__search-toggle { display: none; }
.mobile-search { position: absolute; top: 0; right: 0; left: 0; z-index: 1001; height: 49px; max-width: 100%; padding: 14px 0 0; background: var(--site-purple); }
.mobile-search[hidden] { display: none; }
.mobile-search form { position: relative; display: flex; width: 100%; height: 34px; align-items: flex-start; }
.mobile-search__group { position: relative; display: inline-block; width: calc(100% - 32px); height: 34px; border-radius: 20px; background: #fff; }
.mobile-search__group input { position: absolute; top: 0; left: 35px; width: 87%; height: 34px; padding: 0 7px; border: 0; background: transparent; color: #000; font-size: 14px; line-height: 34px; outline: 0; }
.mobile-search__submit { position: absolute; top: 0; left: 0; width: 35px; height: 34px; padding: 5px 8px; border: 0; background: transparent; color: #000; }
.mobile-search__submit span { display: block; width: 20px; height: 20px; background-color: currentColor; -webkit-mask: url("../images/reference/search-desktop.svg") center / contain no-repeat; mask: url("../images/reference/search-desktop.svg") center / contain no-repeat; }
.mobile-search__close { position: relative; right: 0; display: inline-block; width: 24px; height: 17px; margin: 8px 0 0 8px; padding: 0; border: 0; background: transparent; }
.mobile-search__close::before, .mobile-search__close::after { position: absolute; top: 45%; left: 3px; width: 18px; height: 2px; border: 1px solid #fff; content: ""; }
.mobile-search__close::before { transform: rotate(45deg); }
.mobile-search__close::after { transform: rotate(-45deg); }
.mobile-navigation { position: fixed; top: 50px; right: 0; bottom: 27.90625px; left: 0; z-index: 999999; padding: 23.5px 12px 40px; overflow-y: auto; background: var(--site-purple); }
.mobile-navigation[hidden] { display: none; }
.mobile-navigation__item { padding: 8px 5px; border-top: 1px solid var(--site-gray-soft); }
.mobile-navigation__item > a, .mobile-navigation__item > button { position: relative; display: block; width: 100%; height: 40px; padding: 8px 0; border: 0; background: transparent; color: #fff; font-size: 18px; font-weight: 700; line-height: 24px; text-align: left; text-decoration: none; cursor: pointer; }
.mobile-navigation__main { height: auto; }
.mobile-navigation__utility { padding-top: 0; }
.mobile-navigation__disclosure .nav-chevron { top: 17px; right: 13px; width: 12px; height: 7px; transition: transform .3s ease-in-out; }
.mobile-navigation__disclosure[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.mobile-navigation__submenu { width: 100%; height: 140px; margin: 5px 0; padding: 0; list-style: none; }
.mobile-navigation__submenu[hidden] { display: none; }
.mobile-navigation__submenu li { width: 100%; height: 24px; }
.mobile-navigation__submenu li + li { margin-top: 5px; }
.mobile-navigation__submenu a { display: block; width: 100%; height: 24px; padding: 0; border: 0; color: #fff; font-size: 16px; font-weight: 400; line-height: 24px; text-decoration: none; }
.mobile-navigation__utility .mobile-navigation__submenu { height: auto; }
.mobile-navigation__submenu--products { position: fixed; top: 50px; right: 0; bottom: 27.90625px; left: 0; z-index: 3; width: auto; height: auto; margin: 0; padding: 0 18px 32px; overflow-y: auto; overscroll-behavior: contain; background: var(--site-purple); scrollbar-gutter: stable; }
.mobile-navigation__submenu-header { position: sticky; top: 0; z-index: 1; display: flex; height: 64px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); background: var(--site-purple); }
.mobile-navigation__submenu-header strong { position: absolute; left: 50%; color: #fff; font-size: 18px; line-height: 24px; transform: translateX(-50%); }
.mobile-navigation__back { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; gap: 8px; padding: 0 8px 0 0; border: 0; background: transparent; color: #fff; font: inherit; font-size: 16px; cursor: pointer; }
.mobile-navigation__back svg { flex: 0 0 22px; }
.mobile-navigation__overview { display: flex !important; width: 100% !important; min-height: 52px; height: auto !important; align-items: center; justify-content: space-between; padding: 12px 4px !important; border-bottom: 1px solid rgba(255,255,255,.28) !important; font-size: 16px !important; font-weight: 700 !important; line-height: 24px !important; }
.mobile-navigation__product-list { width: 100%; margin: 8px 0 0; padding: 0; list-style: none; }
.mobile-navigation__product-list li, .mobile-navigation__product-list li + li { width: 100%; height: auto; margin: 0; }
.mobile-navigation__product-list a { display: flex; width: 100%; min-height: 48px; height: auto; align-items: center; padding: 10px 4px; border-bottom: 1px solid rgba(255,255,255,.14); line-height: 24px; }
.mobile-navigation__product-list a:hover, .mobile-navigation__product-list a:focus-visible, .mobile-navigation__product-list a[aria-current="page"] { background: rgba(255,255,255,.09); }
.mobile-navigation__language { position: relative; width: 100%; height: 56px; margin-top: 40px; padding: 8px 0 8px 18.5px; background: #fff; }
.mobile-navigation__language::before { position: absolute; top: -33px; left: 5px; color: var(--site-purple-mid); content: "|"; font-size: 18px; line-height: 24px; }
.mobile-navigation__language > a { position: relative; display: block; width: 41.55px; height: 40px; padding: 8px 17px 8px 0; color: #000 !important; font-size: 14px; font-weight: 400; line-height: 24px; text-decoration: none; }
.mobile-navigation__language .nav-chevron { top: 17px; right: auto; left: 26px; width: 11.5px; height: 7px; background-color: var(--site-purple); }
.flow-header { position: relative; z-index: 2; height: 50px; background: var(--site-purple); color: #fff; }
.site-brand--flow { position: relative; right: auto; left: auto; display: flex; width: fit-content; margin-inline: auto; color: #fff; }

/* WordPress offsets the document for its logged-in toolbar. Keep the fixed
 * navigation in that reserved space so the offset cannot surface as a gap
 * between the header and the first page section. */
body.legendary-site.admin-bar { --site-admin-offset: 32px; }
body.legendary-site.admin-bar .site-nav { top: var(--site-admin-offset); z-index: 99998; }
body.legendary-site.admin-bar .site-nav.is-hidden { top: calc(var(--site-admin-offset) - 50px); }
body.legendary-site.admin-bar .mobile-navigation { top: calc(var(--site-admin-offset) + 50px); }
body.legendary-site.admin-bar .mobile-navigation__submenu--products { top: calc(var(--site-admin-offset) + 50px); }

@media (max-width: 782px) {
	body.legendary-site.admin-bar { --site-admin-offset: 46px; }
}

@media (max-width: 600px) {
	body.legendary-site.admin-bar #wpadminbar { position: fixed; }
}

/* Home -------------------------------------------------------------------- */
.home-hero { position: relative; height: calc(35.885vw + 71px); background: #fff; }
.home-hero__visual { position: relative; height: 35.885vw; min-height: 140px; overflow: hidden; background: #35413b; }
.home-hero__visual::after { content: ""; position: absolute; right: 0; bottom: -15px; left: 0; z-index: 2; height: 100%; background-color: transparent; background-image: var(--reference-marker-mobile-hero); background-repeat: no-repeat; background-position: 0 100%; pointer-events: none; }
.home-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.home-hero__kicker { position: absolute; top: 43%; left: 50%; width: 100%; margin: 0; color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 10vw; font-weight: 700; line-height: .9; letter-spacing: 2px; text-align: center; text-shadow: 0 4px 10px rgba(0,0,0,.25); white-space: nowrap; transform: translate(-50%,-50%); }
.home-hero__visual > img[src*="home_header_default.jpg"] + .home-hero__kicker { display: none; }
.home-hero__button { position: absolute; bottom: 22px; left: 50%; width: 200px; height: 37px; border-color: var(--site-purple-mid); font-size: 14px; line-height: 35px; transform: translateX(-50%); }
.home-intro { z-index: 3; width: calc(100% - 48px); height: 521px; margin: 0 auto; overflow: visible; }
.home-intro::before, .home-intro::after { position: absolute; z-index: 1; width: 100%; height: 40vw; background-color: transparent; background-repeat: no-repeat; opacity: .6; content: ""; pointer-events: none; }
.home-intro::before { top: 0; left: 0; background-image: var(--reference-marker-content-top); background-position: 0 0; }
.home-intro::after { right: 0; bottom: 0; background-image: var(--reference-marker-content-bottom); background-position: 100% 100%; background-size: auto; }
.home-intro__copy { position: relative; z-index: 2; padding: 40px 15px 80px; text-align: center; }
.home-intro h1 { margin: 0 0 25px; color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 28px; font-weight: 700; line-height: 28px; text-transform: uppercase; }
.home-intro p { margin: 0 0 25px; padding: 0 10px; color: #fff; font-size: 14px; font-weight: 400; line-height: 18px; }
.home-intro__products { position: absolute; right: 0; bottom: -65px; left: 0; z-index: 3; width: 100%; height: 140px; object-fit: contain; }
.home-product-cta { height: 36px; margin-top: 90px; text-align: center; }
.home-product-cta .button { width: 200px; min-width: 200px; height: 36px; padding: 0; font-size: 14px; line-height: 34px; }
.feature-carousel { height: 384px; margin-top: 87px; margin-bottom: 50px; padding: 35px 12px 25px; }
.feature-carousel.brush-gray::before, .feature-carousel.brush-gray::after { z-index: -1; width: 100%; height: 100%; background-color: transparent; background-repeat: no-repeat; content: ""; pointer-events: none; clip-path: none; }
.feature-carousel.brush-gray::before { top: -40px; left: 0; background-image: var(--reference-marker-mobile-top); background-position: 0 0; }
.feature-carousel.brush-gray::after { right: 0; bottom: -40px; background-image: var(--reference-marker-mobile-slider); background-position: 100% 100%; }
.feature-carousel__viewport { position: relative; z-index: 1; width: 100%; max-width: var(--site-content); height: 324px; margin: auto; }
.feature-carousel__track { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 20px 0; background: var(--site-gray); }
.feature-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .6s ease-in-out; }
.feature-slide.is-active { opacity: 1; pointer-events: auto; }
.feature-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; }
.feature-slide__caption { position: absolute; right: 14px; bottom: 0; left: 14px; z-index: 2; padding-bottom: 25px; color: #fff; }
.feature-slide__caption h2 { max-width: 90%; margin: 0 0 10px; font-family: "Roboto Condensed", sans-serif; font-size: 28px; line-height: 28px; text-shadow: 0 3px 6px rgba(0,0,0,.25); text-transform: uppercase; }
.feature-slide__caption .button { min-width: 0; height: 36px; padding: 0 15px; font-size: 14px; line-height: 34px; }
.carousel-control-next, .carousel-control-prev { position: absolute; top: 50%; z-index: 1; display: none; width: 65px; height: 65px; margin: 0; padding: 0; border: 5px solid #fff; border-radius: 20px 0; background-color: #4e5b31; color: #fff; text-align: center; cursor: pointer; opacity: 1; transform: translateY(-50%); transition: all .3s ease-in-out; }
.carousel-control-next.carousel-big, .carousel-control-prev.carousel-big { border: 5px solid #e3e3e3; }
.carousel-control-next:focus, .carousel-control-prev:focus { outline: 0; box-shadow: none; }
.carousel-control-next:hover:not(:disabled), .carousel-control-prev:hover:not(:disabled) { width: 79px; height: 79px; }
.carousel-control-next:disabled, .carousel-control-prev:disabled { cursor: default; opacity: .5; }
.carousel-control-next:disabled:hover, .carousel-control-prev:disabled:hover { width: 65px; height: 65px; }
.carousel-indicators { position: absolute; right: 0; bottom: -8px; left: 0; z-index: 3; display: flex; justify-content: center; margin: 0 15% 1rem; padding: 0; }
.carousel-indicators button { box-sizing: content-box; width: 24px; height: 8px; margin: 0 4px; padding: 0; flex: 0 1 auto; border: 0; border-radius: 100px; background: #fff; background-clip: padding-box; text-indent: -999px; cursor: pointer; opacity: 1; transition: opacity .6s ease; }
.carousel-indicators button.active { background: #4e5b31; }
.carousel-indicators.white-bg button { background: #e3e3e3; }
.carousel-indicators.white-bg button.active { background: #4e5b31; }
@media (min-width: 1150px) {
	.feature-carousel__viewport { width: min(var(--site-content), calc(100% - 35px)); }
	.carousel-control-next, .carousel-control-prev { display: inline-block; }
	.carousel-control-prev { left: -29.5px; }
	.carousel-control-next { right: -29.5px; }
	.carousel-control-next .arrow, .carousel-control-prev .arrow { position: relative; display: inline-block; padding: 8px; border: solid #fff; border-width: 0 8px 8px 0; }
	.carousel-control-prev .arrow.left { top: 3px; left: 4px; transform: rotate(135deg); }
	.carousel-control-next .arrow.right { top: 3px; right: 4px; transform: rotate(-45deg); }
}
.story-grid { display: grid; grid-template-columns: repeat(2, 162px); align-content: start; gap: 15px 10px; width: 334px; height: 516px; margin: 0 auto 50px; }
.story-card, .topic-card { position: relative; overflow: hidden; border-radius: 20px 0; background: var(--site-purple); color: #fff; }
.story-card { width: 162px; height: 243px; }
.story-card > img, .topic-card > img, .topic-card > picture, .topic-card > picture > img { display: block; width: 100%; height: 100%; }
.story-card > img, .topic-card > img, .topic-card > picture > img { max-width: none; object-fit: cover; object-position: 50% 0; transition: transform .4s ease-in-out; }
.topic-card > picture { overflow: hidden; }
.story-card:hover > img { transform: scale(1.07); }
.topic-card:hover > img, .topic-card:focus-within > img, .topic-card:hover > picture > img, .topic-card:focus-within > picture > img { transform: scale(1.10); }
.story-card__shade, .topic-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(42,6,62,1) 0%, rgba(42,6,62,.86) 27%, rgba(42,6,62,0) 70%); }
.story-card h2 { position: absolute; right: 10px; bottom: 39px; left: 10px; margin: 0; font-size: 15px; line-height: 17px; }
.story-card a { position: absolute; right: 10px; bottom: 14px; left: 10px; z-index: 2; text-decoration: none; }
.story-card a span { display: none; }
.story-card a i, .topic-card a i { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border: 1px solid #fff; border-radius: 50%; font-size: 0; font-style: normal; }
.story-card a i svg, .topic-card a i svg { display: block; width: 5px; height: 7px; fill: currentColor; }

/* Product archive --------------------------------------------------------- */
.archive-hero { position: relative; width: 100%; }
.archive-hero--products { height: 318.5px; }
.archive-hero--products::before { position: absolute; top: 0; right: 0; left: 0; height: 190px; background: var(--site-gray); content: ""; clip-path: polygon(0 0,100% 0,100% 90%,94% 95%,86% 87%,78% 98%,68% 89%,58% 96%,49% 87%,39% 98%,29% 90%,19% 96%,9% 87%,0 96%); }
.archive-hero__image { display: none; }
.archive-hero__panel { position: absolute; top: 13.5px; right: 13.5px; left: 13.5px; z-index: 1; min-height: 305px; padding: 40px 15px 25px; text-align: center; }
.archive-hero__panel h1 { position: relative; z-index: 2; margin: 0 0 25px; font-family: "Roboto Condensed", sans-serif; font-size: 28px; line-height: 28px; text-transform: uppercase; }
.archive-hero__panel p { position: relative; z-index: 2; margin: 0; font-size: 14px; line-height: 18px; }
.catalog-layout { position: relative; display: block; padding-bottom: 110px; }
.product-filters { position: fixed; inset: 0; z-index: 1000002; display: block; padding: 0 15px 90px; overflow: hidden; color: #fff; background: var(--site-purple-mid); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease-in-out; }
.product-filters.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.product-filters__mobile-title { position: absolute; top: 0; right: 0; left: 0; z-index: 3; display: flex; min-height: 64px; padding: max(10px, env(safe-area-inset-top)) 64px 10px; align-items: center; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.22); background: var(--site-purple-mid); font-size: 16px; line-height: 20px; }
.product-filters__mobile-title button { position: absolute; top: max(10px, env(safe-area-inset-top)); right: max(10px, env(safe-area-inset-right)); display: inline-flex; width: 44px; height: 44px; padding: 10px; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.product-filters__mobile-title button:hover,
.product-filters__mobile-title button:focus-visible { background: rgba(255,255,255,.12); outline: 2px solid #fff; outline-offset: -2px; }
.product-filters__mobile-title button svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.filter-search { display: block; margin-bottom: 24px; }
.filter-search strong { display: none; margin-bottom: 8px; }
.filter-search span { position: relative; display: block; }
.filter-search input { width: calc(100% + 1px); height: 33px; padding: 6px 12px 6px 40px; border: 0; border-radius: 17px; outline: none; color: #000; background: rgba(255,255,255,.5); font-size: 14px; line-height: 21px; }
.filter-search input::-webkit-search-cancel-button { display: none; }
.filter-search input::placeholder { color: #000; opacity: .5; }
.filter-search i { position: absolute; top: 7px; left: 10px; width: 16.078px; height: 16px; opacity: .8; }
.filter-search i::before { position: absolute; top: 0; left: 0; width: 11px; height: 11px; border: 1px solid #000; border-radius: 50%; content: ""; }
.filter-search i::after { position: absolute; right: 0; bottom: 1px; width: 6px; height: 1px; background: #000; content: ""; transform: rotate(48deg); transform-origin: left center; }
.filter-search:focus-within input { background: #fff; }
.filter-search:focus-within i { opacity: 1; }
.filter-search__clear { position: absolute; top: 0; right: 0; display: block; width: 34px; height: 33px; padding: 0; border: 0; background: transparent; color: #777; cursor: pointer; }
.filter-search__clear::before, .filter-search__clear::after { position: absolute; top: 9px; left: 16px; width: 1.5px; height: 14px; background: currentColor; content: ""; transform: rotate(45deg); }
.filter-search__clear::after { transform: rotate(-45deg); }
.filter-group { min-inline-size: 0; margin: 0 0 8px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.filter-group legend { display: block; width: 100%; height: 44px; margin: 0 0 8px; padding: 0; }
.filter-group__toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 44px; padding: 10px 25px 10px 0; border: 0; color: #fff; background: transparent; font: 700 18px/21px Roboto, sans-serif; text-align: left; }
.filter-group__toggle i { display: inline-block; width: 16px; height: 16px; margin-left: 5px; background-color: #fff; font-size: 0; line-height: 0; -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8a248 248 0 1 0 0 496 248 248 0 0 0 0-496zm0 110a42 42 0 1 1 0 84 42 42 0 0 1 0-84zm56 254c0 6.6-5.4 12-12 12h-88c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h12v-64h-12c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h64c6.6 0 12 5.4 12 12v100h12c6.6 0 12 5.4 12 12v24z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8a248 248 0 1 0 0 496 248 248 0 0 0 0-496zm0 110a42 42 0 1 1 0 84 42 42 0 0 1 0-84zm56 254c0 6.6-5.4 12-12 12h-88c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h12v-64h-12c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h64c6.6 0 12 5.4 12 12v100h12c6.6 0 12 5.4 12 12v24z'/%3E%3C/svg%3E") center / contain no-repeat; }
.filter-group__toggle b { width: 20px; height: 20px; margin-right: 0; background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E") center / 20px 20px no-repeat; transform: none; transition: transform .2s ease-in-out; }
.filter-group__toggle[aria-expanded="true"] b { transform: rotate(180deg); }
.filter-group__choices { padding: 0 0 20px; border: 0; }
.filter-group__choices[hidden] { display: none; }
.filter-group label { display: block; color: #fff; font-size: 16px; line-height: 26px; }
.filter-group input { width: 16px; height: 16px; margin: 0 8px 0 0; appearance: none; border: 2px solid #fff; border-radius: 2px; background: transparent; vertical-align: -3px; cursor: pointer; }
.filter-group input:checked { background-color: #fff; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23470d68' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m3 8 3 3 7-7'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 14px; box-shadow: none; }
.filter-group input:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.filter-group label.is-disabled { opacity: .45; }
.filter-group small { color: #c9c9c9; font-size: 16px; line-height: 26px; }
.product-filters__apply { position: fixed; right: 15px; bottom: 35px; left: 15px; z-index: 2; height: 38px; padding: 6.5px; border: 1px solid #fff; border-radius: 20px; color: #1a1a1a; background: #fff; font-size: 14px; font-weight: 500; line-height: 24px; }
.product-results { padding-top: 40px; }
.product-filter-chips { display: flex; margin: 0 0 24px; align-items: center; flex-wrap: wrap; gap: 8px; }
.product-filter-chips[hidden] { display: none; }
.product-filter-chips__list { display: flex; flex-wrap: wrap; gap: 8px; }
.product-filter-chip, .product-filter-chips__clear { min-height: 34px; padding: 6px 13px; border: 1px solid var(--site-purple-mid); border-radius: 18px; color: var(--site-purple-mid); background: #fff; font: 500 14px/20px Roboto, sans-serif; cursor: pointer; }
.product-filter-chip::after { margin-left: 8px; content: "\00d7"; font-size: 18px; vertical-align: -1px; }
.product-filter-chips__clear { border-color: transparent; text-decoration: underline; }
.product-filter-chip:hover, .product-filter-chip:focus-visible { color: #fff; background: var(--site-purple-mid); }
.product-results__empty { padding: 80px 20px; text-align: center; }
.product-results__empty[hidden] { display: none; }
.product-results__empty h2 { margin: 0 0 10px; font-size: 24px; }
.product-results__empty p { margin: 0 0 24px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 40px; margin: 0 -7.5px; padding-bottom: 40px; }
.product-card { position: relative; display: flex; min-width: 0; min-height: 430px; height: auto; padding: 0 8.5px; align-items: center; flex-direction: column; text-align: center; }
.product-card[hidden] { display: none; }
.product-card__hit { position: absolute; inset: 0 8.5px; z-index: 4; border: 1px solid rgba(112,112,112,.1); border-radius: 20px 0; }
.product-card__image { width: 100%; height: 203px; margin-bottom: 20px; overflow: hidden; background: #f4f4f4; }
.product-card__image picture, .product-card__image img { display: block; width: 100%; height: 100%; }
.product-card__image img { max-width: none; object-fit: contain; object-position: 50% 50%; }
.product-card__type { min-height: 48px; height: auto; margin: 0 0 5px; padding: 0 10px; color: #777; font-size: 14px; line-height: 24px; }
.product-card h2 { min-height: 48px; margin: 0 0 20px; padding: 0 10px; font-size: 16px; font-weight: 400; line-height: 24px; }
.product-card__rating { height: 29px; margin: 0 0 8px; font-size: 12px; line-height: 15px; white-space: nowrap; }
.product-card__rating > .star-strip { width: 72px; height: 15px; vertical-align: baseline; }
.product-card__rating strong,
.product-card__rating small { display: inline-block; padding-top: 5px; font-family: "Roboto Condensed", sans-serif; font-size: 12px; font-weight: 700; line-height: 24px; }
.product-card__rating strong { margin-left: 5px; }
.product-card__rating small { position: relative; margin-left: 5px; color: #000; opacity: .5; }
.product-card__rating small::before { position: absolute; left: -5px; content: "|"; }
.product-card .button { position: relative; z-index: 5; min-width: 107.45px; height: 36px; margin-top: auto; padding: 0 16px; font-size: 12px; line-height: 34px; }
.product-card:hover .button, .product-card:focus-within .button { border-color: var(--site-purple-mid); color: #fff; background: var(--site-purple-mid); }
.product-card .button:hover { border-color: #000; color: #000; background: #fff; }
.product-card__hit:focus-visible { outline: 3px solid var(--site-purple-light); outline-offset: 2px; }
.mobile-filter-button { position: fixed; right: 50%; bottom: 35px; z-index: 999998; width: 140px; min-width: 140px; min-height: 44px; height: 44px; gap: 0; padding: 9.5px 30px; border-color: transparent; font-family: "Roboto", Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 21px; transform: translateX(50%); }
.mobile-filter-button img { width: 18.078px; max-width: none; height: 16.453px; margin-right: 13.5px; flex: 0 0 18.078px; }
.mobile-filter-button.has-selection { width: 177.25px; min-width: 177.25px; }
.mobile-filter-button__selection { display: inline-flex; margin-left: 4px; align-items: center; gap: 5px; }
.mobile-filter-button__selection[hidden] { display: none; }
.mobile-filter-button__selection output { color: inherit; font: inherit; }
.mobile-filter-button__selection i { position: relative; width: 16px; height: 16px; flex: 0 0 16px; border-radius: 50%; background: #fff; }
.mobile-filter-button__selection i::after { position: absolute; inset: 0; background: #4e5b31; content: ""; -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504 256a248 248 0 1 1-496 0 248 248 0 0 1 496 0zM227.3 387.3l184-184c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0L216 308.2l-70.1-70.1c-6.2-6.2-16.4-6.2-22.6 0l-22.6 22.6c-6.2 6.2-6.2 16.4 0 22.6l104 104c6.2 6.2 16.4 6.2 22.6 0z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504 256a248 248 0 1 1-496 0 248 248 0 0 1 496 0zM227.3 387.3l184-184c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0L216 308.2l-70.1-70.1c-6.2-6.2-16.4-6.2-22.6 0l-22.6 22.6c-6.2 6.2-6.2 16.4 0 22.6l104 104c6.2 6.2 16.4 6.2 22.6 0z'/%3E%3C/svg%3E") center / contain no-repeat; }

/* Applied mobile filters mirror the reference: a white control with a
 * persistent purple status disc and a crisp white tick. */
body.legendary-site .mobile-filter-button.has-selection,
body.legendary-site .mobile-filter-button.has-selection:hover,
body.legendary-site .mobile-filter-button.has-selection:focus,
body.legendary-site .mobile-filter-button.has-selection:focus-visible {
	border-color: var(--site-purple-mid);
	color: var(--site-purple-mid);
	background: #fff;
}
.mobile-filter-button.has-selection > img {
	filter: brightness(0) saturate(100%) invert(14%) sepia(74%) saturate(3909%) hue-rotate(274deg) brightness(76%) contrast(102%);
}
.mobile-filter-button.has-selection .mobile-filter-button__selection i {
	width: 18px;
	height: 18px;
	flex-basis: 18px;
	background: var(--site-purple-mid);
}
.mobile-filter-button.has-selection .mobile-filter-button__selection i::after {
	inset: 4px 3px 3px;
	background: #fff;
	-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m2.7 8.2 3 3 7.6-7.5 1.4 1.4-9 9-4.4-4.5z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m2.7 8.2 3 3 7.6-7.5 1.4 1.4-9 9-4.4-4.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 991px) {
	.product-filters__groups { position: absolute; top: calc(64px + env(safe-area-inset-top)); right: 15px; bottom: 89px; left: 15px; padding-top: 12px; overflow-x: hidden; overflow-y: auto; scrollbar-gutter: stable; }
	.archive-hero--products::before { display: none; }
	.archive-hero__panel { z-index: auto; }
	.archive-hero__panel::before { position: absolute; right: -13.5px; bottom: 36%; left: -13.5px; z-index: -1; width: calc(100% + 27px); height: 136%; background-color: var(--site-gray); background-image: var(--reference-marker-mobile-white); background-repeat: no-repeat; background-position: 100% 100%; background-size: 125% auto; content: ""; }
	.catalog-page::before { position: fixed; right: 0; bottom: 0; left: 0; z-index: 999997; height: 15px; background: var(--site-gray); content: ""; pointer-events: none; }
	.catalog-page::after { position: fixed; right: 0; bottom: 10px; left: 0; z-index: 999997; height: 160px; background-color: transparent; background-image: var(--reference-filter-carrier); background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% auto; content: ""; pointer-events: none; }
	.catalog-page::before,
	.catalog-page::after,
	.mobile-filter-button { transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
	body.view-products.product-footer-visible .catalog-page::before,
	body.view-products.product-footer-visible .catalog-page::after,
	body.view-products.product-footer-visible .mobile-filter-button {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}
	body.view-products.product-footer-visible .mobile-filter-button { transform: translate(50%, 12px); }
}

/* Topics ----------------------------------------------------------------- */
.topics-page { position: relative; z-index: 0; padding-bottom: 30px; isolation: isolate; }
.topics-page::before { position: absolute; top: 0; right: 0; left: 0; z-index: -2; height: 126px; background-color: var(--site-gray); background-image: var(--reference-marker-mobile-white); background-repeat: no-repeat; background-position: 100% 100%; background-size: 125% 100%; content: ""; }
.topics-hero { display: flex; align-items: center; justify-content: center; width: calc(100% - 27px); height: 93px; margin: 25px auto 40px; background: var(--site-purple); }
.topics-hero::after { top: 15px; bottom: auto; z-index: 0; width: 100%; height: 100%; background-color: transparent; background-image: var(--reference-marker-desktop-excerpt); background-repeat: no-repeat; background-position: 100% 100%; background-size: 101% 100%; clip-path: none; }
.topics-hero h1 { position: relative; z-index: 1; margin: 0; font-family: "Roboto Condensed", sans-serif; font-size: 28px; line-height: 28px; text-transform: uppercase; }
.topics-filter { display: flex; width: calc(100% - 54px); max-width: 497.32px; height: 38px; margin: 0 auto 50px; }
.topics-filter label { display: flex; align-items: center; width: 94px; padding-left: 12px; border-radius: 6px 0 0 6px; background: var(--site-gray); }
.topics-filter select { flex: 1; min-width: 0; padding: 0 12px; border: 1px solid #aaa; border-radius: 0 0 10px; background: #fff; }
.topics-filter button { padding: 0 12px; border: 1px solid #aaa; background: #fff; cursor: pointer; }
.topics-grid { display: grid; grid-template-columns: repeat(2, 162px); gap: 20px 16.5px; width: 340.5px; margin: auto; }
.topic-card { width: 162px; height: 243px; }
.topic-card h2 { position: absolute; right: 14px; bottom: 41px; left: 14px; margin: 0; font-size: 15px; line-height: 17px; }
.topic-card a { position: absolute; right: 14px; bottom: 15px; left: 14px; z-index: 2; text-decoration: none; }
.topic-card a span { display: none; }
.topic-card.show-fade-in { animation: topicFade 1s both; }
@keyframes topicFade { from { opacity: 0; } to { opacity: 1; } }

/* Product detail ---------------------------------------------------------- */
.detail-page { padding-bottom: 100px; }
.detail-hero { position: relative; min-height: 650px; padding-top: 36px; }
.detail-hero__copy { position: relative; z-index: 2; width: 64%; }
.detail-hero h1 { margin: 0 0 5px; font-family: "Roboto Condensed", sans-serif; font-size: 42px; line-height: 46px; }
.detail-rating { margin: 0 0 30px; font-size: 14px; }
.detail-rating span { display: inline-block; width: 100px; height: 21px; overflow: hidden; color: #c4d600; font-size: 21px; line-height: 21px; letter-spacing: -1px; vertical-align: -3px; }
.star-strip { --resolved-star-fill: var(--star-fill-mobile); --star-cutout: #fff; position: relative; display: inline-block; width: 72px; height: 15px; overflow: hidden; background: transparent; font-size: 0; line-height: 0; vertical-align: baseline; }
.star-strip__background,
.star-strip__mask { position: absolute; top: 2px; left: 0; display: block; width: 100%; height: 100%; pointer-events: none; }
.star-strip__background { z-index: 1; }
.star-strip__background::before,
.star-strip__background::after { position: absolute; display: block; height: 100%; content: ""; }
.star-strip__background::before { top: 1px; left: 0; z-index: 2; width: var(--resolved-star-fill); border-left: 1px solid #fff; background: #d0df00; }
.star-strip__background::after { top: 2px; right: 1px; z-index: 1; width: 100%; background: #b9b9b9; }
.star-strip__mask { z-index: 2; background: var(--star-cutout); -webkit-mask: var(--reference-review-stars) center / 100% 100% no-repeat; mask: var(--reference-review-stars) center / 100% 100% no-repeat; }
.detail-hero h2 { max-width: 330px; margin: 0 0 24px; font-family: "Roboto Condensed", sans-serif; font-size: 20px; line-height: 22px; text-transform: uppercase; }
.detail-intro { max-height: 360px; margin: 0; overflow: hidden; font-size: 14px; line-height: 19px; }
.detail-intro.is-expanded { max-height: none; }
.text-toggle { margin-top: 15px; padding: 0; border: 0; border-bottom: 1px solid #000; background: transparent; color: #000; font-size: 13px; font-weight: 700; cursor: pointer; }
.detail-hero__image { position: absolute; top: 100px; right: -5%; width: 52%; height: 430px; }
.detail-hero__image picture, .detail-hero__image img { display: block; width: 100%; height: 100%; }
.detail-hero__image img { max-width: none; object-fit: contain; object-position: 50% 50%; }
.benefit-accordion { margin-bottom: 80px; }
.accordion-item { margin-bottom: 10px; overflow: hidden; border-radius: 0 0 10px; background: var(--site-gray-soft); transition: height .3s ease-in-out; }
.accordion-item h2, .accordion-item h3 { margin: 0; }
.accordion-item h2 button, .accordion-item h3 button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 55px; padding: 0 14px; border: 0; background: transparent; color: #111; font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 700; line-height: 17px; text-align: left; text-transform: uppercase; cursor: pointer; }
.accordion-item button span { transition: transform .2s; }
.accordion-item.is-open button span { transform: rotate(180deg); }
.accordion-panel { padding: 0 14px 18px; opacity: 1; transition: opacity .25s ease-in-out; }
.accordion-panel[hidden] { display: none; }
.accordion-panel p { margin: 0; font-size: 13px; line-height: 18px; }
.detail-information { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 70px; }
.detail-information h2, .downloads > h2, .faq-section h2, .reviews > h2 { margin: 0 0 28px; font-family: "Roboto Condensed", sans-serif; font-size: 22px; line-height: 25px; }
.detail-information h3 { margin: 0 0 20px; font-size: 13px; }
.detail-information p { margin: 0; font-size: 13px; line-height: 19px; }
.detail-information.is-copy-expanded { height: auto !important; min-height: 300px; }
.detail-information__copy.is-expanded { height: auto !important; overflow: visible !important; }
.detail-information__video { position: relative; align-self: center; height: 210px; overflow: hidden; border-radius: 20px 0; }
.detail-information__video img { width: 100%; height: 100%; object-fit: cover; }
.detail-information__video::after { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; height: 32px; background: var(--reference-video-bottom) center bottom / 100% auto no-repeat; content: ""; pointer-events: none; }
.detail-information__video > p { position: absolute; top: 50%; right: 20px; left: 20px; z-index: 2; margin: 0; color: #fff; font-weight: 700; text-align: center; transform: translateY(-50%); }
.detail-information__video.is-playing img { filter: brightness(.45); }
.detail-information__video.is-playing > p { display: block; }
.detail-information__video button { position: absolute; top: 50%; left: 50%; z-index: 2; display: block; width: 50px; height: 50px; padding: 0; border: 0; border-radius: 50%; background: var(--reference-video-play) center / contain no-repeat; color: transparent; font-size: 0; cursor: pointer; transform: translate(-50%,-50%); }
.detail-callout { display: flex; min-height: 220px; margin-bottom: 90px; flex-direction: column; align-items: center; justify-content: center; border-radius: 20px 0; background: var(--site-gray-soft); text-align: center; }
.detail-callout h2 { max-width: 640px; margin: 8px 0 12px; font-family: "Roboto Condensed", sans-serif; font-size: 24px; line-height: 25px; }
.detail-callout .button { min-width: 200px; height: 36px; font-size: 14px; line-height: 34px; }
body.legendary-site img.line-icon--calculator { width: 101.64px; max-width: none; height: 117.98px; object-fit: contain; }
body.legendary-site img.line-icon--expert { width: 100.47px; max-width: none; height: 106.09px; object-fit: contain; }
.downloads { margin-bottom: 90px; }
.download-grid { display: grid; grid-template-columns: repeat(2, 162px); justify-content: center; gap: 10px; }
.download-card { position: relative; height: 243px; padding: 14px; overflow: hidden; border-radius: 20px 0; background-color: var(--site-purple-mid); background-image: var(--download-image); background-repeat: no-repeat; background-position: left top; background-size: 260px auto; color: #fff; }
.download-card > div { display: none; }
.download-card > div span { font-size: 34px; }
.download-card h3 { position: absolute; right: 14px; bottom: 46px; left: 14px; margin: 0; font-size: 12px; }
.download-card a { position: absolute; bottom: 14px; left: 14px; display: inline-block; padding: 4px 10px; border: 1px solid #fff; border-radius: 14px; font-size: 10px; text-decoration: none; }
.faq-section { margin-bottom: 90px; padding: 60px 0; background: var(--site-gray-soft); }
.faq-section .accordion-item { background: #fff; }
.faq-list .accordion-item { height: 60px; margin-bottom: 15px; border-radius: 15px 0; }
.faq-list .accordion-item.is-open { height: 144px; }
.faq-list .accordion-item h3 button { min-height: 60px; padding: 0 15px; }
.faq-list .accordion-panel { height: 84px; padding: 0 15px 15px; overflow: hidden; }
.reviews { margin-bottom: 90px; }
.reviews__grid { display: grid; grid-template-columns: 205px 1fr; gap: 20px; }
.review-summary { display: flex; min-height: 250px; padding: 12px; flex-direction: column; align-items: center; border: 1px solid rgba(112,112,112,.25); border-radius: 15px 0; }
.review-summary > strong { font-family: "Roboto Condensed", sans-serif; font-size: 52px; line-height: 55px; }
.review-summary > span { color: #9dab00; }
.review-summary > small { font-size: 10px; }
.rating-bars { width: 100%; margin: 12px 0; }
.rating-bars i { display: block; width: 100%; height: 8px; margin: 4px 0; border-radius: 8px; background: linear-gradient(90deg,var(--site-purple-mid) var(--bar),#e2e2e2 var(--bar)); }
.review-summary .button { min-width: 150px; height: 32px; padding: 0 10px; font-size: 12px; }
.review-list { position: relative; overflow: hidden; }
.review-track { display: flex; gap: 10px; transition: transform .35s ease-in-out; will-change: transform; }
.review-list article { flex: 0 0 calc(100% - 10px); min-height: 133px; padding: 15px; border: 1px solid #ddd; border-radius: 15px 0; }
.review-list article > span { color: #a3b100; font-size: 12px; }
.review-list h3 { margin: 3px 0; font-size: 14px; }
.review-list p { margin: 0; font-size: 12px; line-height: 16px; }
.review-controls { position: absolute; right: 0; bottom: 12px; left: 0; display: flex; align-items: center; justify-content: center; gap: 14px; }
.review-controls button { width: 34px; height: 34px; padding: 0; border: 1px solid var(--site-purple-mid); border-radius: 50%; color: var(--site-purple-mid); background: #fff; font-size: 25px; line-height: 30px; }
.review-controls span { font-size: 12px; }
.detail-callout--expert { margin-bottom: 0; }

.review-modal { position: fixed; inset: 0; z-index: 1000003; }
.review-modal[hidden] { display: none; }
.review-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.review-modal__dialog { position: absolute; top: 50%; left: 50%; width: min(520px,calc(100% - 30px)); padding: 30px; border-radius: 20px 0; background: #fff; transform: translate(-50%,-50%); }
.review-modal__dialog h2 { margin: 0 0 20px; font: 700 28px/30px "Roboto Condensed", sans-serif; }
.review-modal__close { position: absolute; top: 8px; right: 10px; width: 32px; height: 32px; border: 0; background: transparent; font-size: 28px; }
.review-modal__dialog label { display: block; margin-bottom: 14px; font-weight: 700; }
.review-modal__dialog input, .review-modal__dialog select, .review-modal__dialog textarea { display: block; width: 100%; margin-top: 5px; padding: 8px 10px; border: 1px solid #999; border-radius: 0 0 8px; font-weight: 400; }
.review-modal__dialog textarea { min-height: 110px; resize: vertical; }
.review-modal__dialog [data-review-success] { margin: 15px 0 0; color: #365524; }

/* Tool intro -------------------------------------------------------------- */
.tool-intro-page { min-height: 369px; padding-bottom: 30px; }
.tool-intro__inner { padding-top: 26px; }
.tool-intro__visual { display: flex; height: 104px; align-items: center; justify-content: center; overflow: visible; }
.tool-intro__visual img { display: none; }
.tool-intro__visual h1 { position: relative; z-index: 2; margin: 0; color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 28px; line-height: 28px; text-align: center; }
.tool-intro__copy { margin-top: 54px; }
.tool-intro__copy > h1 { display: none; }
.tool-intro__copy p { margin: 0 0 25px; font-size: 14px; line-height: 18px; }
.tool-intro__copy p a { display: inline-block; color: #06f; font-weight: 500; text-decoration: none; }
.tool-intro__copy .button { height: 37px; font-size: 14px; line-height: 35px; }

/* Flow -------------------------------------------------------------------- */
.tool-flow { position: relative; min-height: calc(100vh - 50px); overflow: hidden; background: #fff; }
.tool-flow::after { content: ""; position: fixed; right: 0; bottom: 0; left: 0; z-index: 0; height: 125px; background-color: transparent; background-image: var(--reference-footer-tools); background-repeat: no-repeat; background-position: center bottom; background-size: 100% 100%; pointer-events: none; }
.tool-flow__brush { position: absolute; top: 0; right: 0; left: 0; height: 72px; background: var(--site-gray); }
.tool-flow__brush::after { content: ""; position: absolute; right: 0; bottom: -30px; left: 0; height: 40px; background-color: transparent; background-image: var(--reference-marker-desktop-slider); background-repeat: no-repeat; background-position: 0 0; background-size: 100% 100%; }
.tool-flow__form { position: relative; z-index: 1; width: calc(100% - 27px); min-height: calc(100vh - 50px); margin: auto; padding: 30px 0 95px; }
.flow-step { display: none; text-align: center; }
.flow-step.is-active { display: block; }
@keyframes flowIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.flow-step h1 { width: 100%; max-width: 100%; margin: 0 auto 25px; font-family: "Roboto Condensed", sans-serif; font-size: 22px; line-height: 22px; }
.choice-grid { display: grid; grid-template-columns: 1fr; gap: 20px; width: min(348px, 100%); margin: 0 auto; }
.choice-grid button { height: 60px; min-height: 60px; padding: 12px; border: 0; border-radius: 20px 0; background: var(--site-gray); color: #000; font-size: 14px; line-height: 18px; cursor: pointer; transition: background-color .15s, color .15s; }
.choice-grid button:hover, .choice-grid button:focus, .choice-grid button.is-selected { background: var(--site-purple-mid); color: #fff; }
.why-link { margin-top: 22px; padding: 0; border: 0; background: transparent; font-size: 14px; line-height: 19px; text-decoration: underline; cursor: pointer; }
.why-link span { display: inline-grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: #697017; color: #fff; font-size: 12px; text-decoration: none; }
.flow-select { display: block; margin: 0 auto 36px; }
.flow-step select, .flow-step input[type="number"], .flow-step input[type="email"] { height: 40px; padding: 0 30px; border: 0; border-radius: 24px; background: var(--site-gray); outline: none; }
.flow-select select { width: 240px; }
.flow-step a:not(.button), .inline-link { padding: 0; border: 0; background: transparent; color: #000; font-weight: 700; text-decoration: underline; cursor: pointer; }
.number-fields { display: flex; max-width: 630px; margin: 0 auto 35px; flex-direction: column; gap: 16px; }
.number-fields label { display: grid; width: 305px; margin-inline: auto; grid-template-columns: 144px 145px; align-items: center; justify-content: center; gap: 16px; font-weight: 700; }
.number-fields input, .number-fields select { width: 145px; text-align: center; }
.recommendations { display: grid; width: 315px; margin-right: auto; margin-left: auto; grid-template-columns: repeat(2,150px); gap: 16px 15px; }
.recommendations article { position: relative; height: 195px; overflow: hidden; }
.recommendations article > span { position: absolute; top: 0; left: 0; z-index: 2; padding: 2px 9px; background: #cbdf00; color: #000; font-size: 11px; }
.recommendations img { width: 150px; height: 170px; object-fit: contain; background: var(--site-gray); }
.recommendations h2 { height: 18px; margin: 7px 0 0; font-size: 15px; line-height: 18px; }
.single-number { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 0; font-weight: 700; }
.single-number input { width: 145px; text-align: center; }
.flow-contact { display: grid; width: 300px; margin: 25px auto 0; gap: 16px; text-align: left; }
.flow-contact__privacy { margin: 0; font-size: 14px; line-height: 20px; text-align: center; }
.flow-contact .button { width: 237.98px; height: 36px; margin-inline: auto; line-height: 34px; }
.flow-result__card { display: grid; max-width: 720px; margin: auto; grid-template-columns: 1fr; border-radius: 20px 0; background: var(--site-gray-soft); overflow: hidden; text-align: left; }
.flow-result__card img { width: 100%; height: 230px; object-fit: contain; }
.flow-result__card > div { padding: 24px; }
.flow-result__card h2 { margin: 4px 0 10px; font-family: "Roboto Condensed", sans-serif; font-size: 32px; }
.flow-controls { position: absolute; right: 0; bottom: 45px; left: 0; display: flex; justify-content: space-between; }
.flow-prev, .flow-next { width: 73.98px; min-width: 0; height: 30px; padding: 0 8px; border: 1px solid #000; border-radius: 22px; background: #fff; cursor: pointer; }
.flow-next { margin-left: auto; border-color: transparent; background: var(--site-purple-mid); color: #fff; font-weight: 700; }
.flow-next { width: 93.33px; }
.flow-next:disabled { background: #eee; color: #d8d8d8; }
.flow-progress { position: absolute; right: 0; bottom: 20px; left: 0; height: 10px; overflow: hidden; border-radius: 8px; background: #c9c9c9; }
.flow-progress i { display: block; width: 0; height: 100%; border-radius: 8px; background: #470d68; transition: width .6s ease; }
.tool-flow--selector .flow-controls, .tool-flow--selector .flow-progress { display: none; }
body.legendary-site img.selector-result__image { width: 100%; max-width: 363px; height: auto; margin: 25px auto 0; object-fit: contain; }
.selector-result h1 { font-size: 28px; line-height: 28px; }
.selector-result__actions { display: flex; margin-top: 0; flex-direction: column; align-items: center; gap: 10px; }
.selector-result__actions .button { min-width: 228px; height: 36px; font-size: 14px; line-height: 34px; }
.selector-result__actions .button:nth-child(2) { min-width: 238px; }
.selector-result__copy { max-width: 580px; margin: 18px auto 22px; font-size: 16px; line-height: 1.55; }
.selector-result .selector-result__actions .button { max-width: 100%; height: auto; min-height: 44px; padding: 8px 16px; white-space: normal; line-height: 1.4; }
.flow-modal, .additive-picker { position: fixed; inset: 0; z-index: 1000002; }
.flow-modal[hidden], .additive-picker[hidden], .volume-calculator[hidden] { display: none; }
.flow-modal__backdrop { position: absolute; inset: 0; background: rgba(190,190,190,.8); }
.flow-modal__dialog { position: absolute; top: 50%; left: 50%; display: flex; width: min(500px, calc(100% - 27px)); min-height: 245.5px; padding: 25px 22px; flex-direction: column; align-items: center; justify-content: center; border-radius: 20px 0; background: #fff; text-align: center; transform: translate(-50%,-50%); transition: transform .3s ease-out; }
.flow-modal__dialog h2 { margin: 0 0 20px; font-family: "Roboto Condensed",sans-serif; font-size: 18px; line-height: 22px; text-transform: uppercase; }
.flow-modal__dialog p { margin: 0 0 28px; font-size: 14px; line-height: 18px; }
.flow-modal__dialog .button { height: 36px; font-size: 14px; line-height: 34px; }
.flow-modal__dialog .button:focus { border-color: transparent; outline: 2px solid var(--site-purple-light); outline-offset: 2px; color: #fff; background: var(--site-purple-mid); }
body.view-calculator-flow .flow-modal__dialog { min-height: 314px; }
.volume-calculator { margin: 48px auto 0; }
.volume-shapes { display: grid; grid-template-columns: repeat(2,166.5px); justify-content: center; gap: 18px; }
.volume-shapes button { position: relative; width: 166.5px; padding: 0 0 12px; overflow: hidden; border: 1px solid #000; border-radius: 20px 0; background: transparent; cursor: pointer; }
.volume-shapes button.is-selected { background: var(--site-purple-mid); color: #fff; }
.volume-shapes button > i { position: absolute; top: 8px; right: 8px; display: none; width: 25px; height: 25px; border-radius: 50%; background: #c4d600; color: #111; font-style: normal; line-height: 25px; }
.volume-shapes button.is-selected > i { display: block; }
body.legendary-site .volume-shapes img { width: 164.5px; max-width: none; height: 205.95px; object-fit: cover; }
.volume-shapes span { display: block; padding-top: 8px; }
.volume-measurements { display: flex; margin-top: 24px; flex-wrap: wrap; justify-content: center; gap: 12px; }
.volume-measurements[hidden] { display: none; }
.volume-measurements [data-volume-fields] { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.volume-measurements input { width: 132px; padding-inline: 12px; }
.volume-measurements .button { margin-top: 12px; }
.recommendations article[hidden] { display: none; }
.additive-picker__dialog { position: absolute; top: 12px; left: 12px; display: grid; width: calc(100% - 24px); max-height: calc(100vh - 24px); grid-template-rows: 55px 1fr 90px; overflow: hidden; border-radius: 20px 0; background: #fff; }
.additive-picker__dialog > header { display: flex; padding: 0 18px; align-items: center; justify-content: space-between; }
.additive-picker__dialog > header h2 { margin: 0; font-family: "Roboto Condensed",sans-serif; }
.additive-picker__dialog > header button { width: 34px; height: 34px; border: 0; border-radius: 10px 0; background: var(--site-purple-mid); color: #fff; font-size: 28px; }
.additive-picker__grid { display: grid; padding: 20px 16px; grid-template-columns: repeat(2,1fr); gap: 16px; overflow-y: auto; }
.additive-picker__grid button { padding: 2px; border: 2px solid transparent; background: #fff; cursor: pointer; }
.additive-picker__grid button.is-selected { border-color: var(--site-purple-mid); background: var(--site-gray-soft); }
.additive-picker__grid img { width: 100%; height: 170px; object-fit: contain; }
.additive-picker__grid span { display: block; padding: 8px 0; }
.additive-picker__dialog > footer { display: flex; align-items: center; justify-content: center; background: var(--site-gray); }
.flow-validation { min-height: 24px; margin: 0; color: #dc3545; font-size: 14px; line-height: 18px; text-align: center; }
.flow-validation.is-success { color: #365524; }
.flow-complete-copy { margin: 10px 0 20px; text-align: center; }

/* Policy pages ------------------------------------------------------------ */
.policy-page { overflow: clip; background: #fff; color: var(--site-ink); }
.policy-page .content-container { width: min(var(--site-content), calc(100% - 32px)); }
.policy-hero {
	position: relative;
	overflow: hidden;
	padding: 52px 0 56px;
	background:
		radial-gradient(circle at 88% 14%, rgba(255,255,255,.13), transparent 34%),
		radial-gradient(circle at 8% 108%, rgba(90,11,125,.72), transparent 38%),
		linear-gradient(135deg, var(--site-purple) 0%, var(--site-purple-mid) 100%);
	color: #fff;
}
.policy-hero__inner { position: relative; z-index: 1; }
.policy-hero__eyebrow { margin: 0 0 12px; font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 18px; text-transform: uppercase; }
.policy-hero h1 { max-width: 900px; margin: 0; font-family: "Roboto Condensed", sans-serif; font-size: clamp(38px, 11vw, 54px); font-weight: 700; line-height: .98; hyphens: auto; overflow-wrap: break-word; text-wrap: balance; text-transform: uppercase; }
.policy-hero__intro { max-width: 790px; margin: 24px 0 0; font-size: 16px; line-height: 24px; overflow-wrap: anywhere; }
.policy-hero__updated { margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 18px; }
.policy-layout { display: grid; min-width: 0; padding-top: 36px; padding-bottom: 72px; gap: 42px; }
.policy-toc {
	min-width: 0;
	padding: 22px 20px;
	border: 1px solid #e3dce7;
	border-left: 5px solid var(--site-purple-mid);
	border-radius: 20px 0;
	background: #f7f4f8;
	box-shadow: 0 12px 30px rgba(42,6,62,.07);
}
.policy-toc > p { margin: 0 0 12px; color: var(--site-purple); font: 700 15px/20px "Roboto Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.policy-toc ol { display: grid; margin: 0; padding: 0 0 0 22px; gap: 2px; }
.policy-toc li { min-width: 0; padding-left: 3px; color: var(--site-purple-mid); font-size: 14px; line-height: 20px; }
.policy-toc a { display: flex; min-width: 0; min-height: 44px; align-items: center; padding: 7px 2px; color: var(--site-ink); hyphens: auto; overflow-wrap: anywhere; text-decoration-color: transparent; text-underline-offset: 3px; transition: color .15s ease, text-decoration-color .15s ease; }
.policy-toc a:hover { color: var(--site-purple-mid); text-decoration-color: currentColor; }
.policy-toc a:focus-visible { border-radius: 3px; outline: 3px solid var(--site-purple-light); outline-offset: 2px; }
.policy-article { min-width: 0; }
.policy-section { min-width: 0; margin: 0 0 34px; padding: 0 0 32px; border-bottom: 1px solid #ddd7e0; scroll-margin-top: 76px; }
.policy-section h2 { margin: 0 0 18px; color: var(--site-purple); font-family: "Roboto Condensed", sans-serif; font-size: 25px; font-weight: 700; line-height: 30px; hyphens: auto; overflow-wrap: anywhere; text-wrap: balance; }
.policy-section p { margin: 0 0 18px; color: #38343a; font-size: 15px; line-height: 24px; overflow-wrap: anywhere; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { display: grid; margin: 8px 0 0; padding-left: 22px; gap: 10px; }
.policy-section li { padding-left: 4px; color: #38343a; font-size: 15px; line-height: 24px; overflow-wrap: anywhere; }
.policy-section li::marker { color: var(--site-purple-mid); }
.policy-contact { margin-top: 48px; padding: 28px 24px 32px; border-radius: 28px 0; background: var(--site-gray-soft); box-shadow: inset 5px 0 0 var(--site-purple-mid); }
.policy-contact h2 { margin: 0 0 12px; color: var(--site-purple); font-family: "Roboto Condensed", sans-serif; font-size: 25px; line-height: 30px; overflow-wrap: anywhere; }
.policy-contact p { margin: 0 0 22px; color: #38343a; font-size: 15px; line-height: 24px; overflow-wrap: anywhere; }
.policy-contact .button { width: 100%; min-width: 0; min-height: 44px; height: auto; padding-top: 7px; padding-bottom: 7px; background: var(--site-purple-mid); color: #fff; line-height: 28px; white-space: normal; }
.policy-contact .button:hover { border-color: var(--site-purple-mid); background: #fff; color: var(--site-purple-mid); }
.policy-contact .button:focus-visible { outline: 3px solid var(--site-purple-light); outline-offset: 3px; }

@media (min-width: 768px) {
	.policy-page .content-container { width: min(var(--site-content), calc(100% - 60px)); }
	.policy-hero { padding: 68px 0 72px; }
	.policy-hero__eyebrow { margin-bottom: 14px; font-size: 13px; }
	.policy-hero h1 { font-size: 58px; line-height: 60px; }
	.policy-hero__intro { margin-top: 28px; font-size: 18px; line-height: 28px; }
	.policy-layout { padding-top: 56px; padding-bottom: 96px; }
	.policy-toc { padding: 26px 28px; }
	.policy-section { margin-bottom: 42px; padding-bottom: 38px; }
	.policy-section h2, .policy-contact h2 { font-size: 28px; line-height: 34px; }
	.policy-section p, .policy-section li, .policy-contact p { font-size: 17px; line-height: 27px; }
	.policy-contact { padding: 36px 38px 40px; }
	.policy-contact .button { width: auto; min-width: 210px; }
}

@media (min-width: 992px) {
	.policy-page .content-container { width: min(var(--site-content), calc(100% - 48px)); }
	.policy-hero { padding: 82px 0 86px; }
	.policy-hero h1 { font-size: 64px; line-height: 65px; }
	.policy-layout { grid-template-columns: minmax(220px, 272px) minmax(0, 1fr); align-items: start; padding-top: 72px; padding-bottom: 112px; gap: clamp(48px, 6vw, 72px); }
	.policy-toc { position: sticky; top: 154px; max-height: calc(100vh - 178px); overflow-y: auto; }
	.policy-article { max-width: 760px; }
	.policy-section { scroll-margin-top: 154px; }
	.policy-section h2, .policy-contact h2 { font-size: 30px; line-height: 36px; }
}

/* Footer ------------------------------------------------------------------ */
.site-footer { font-family: "Roboto", Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; }
.footer-discovery { padding: 56px 0 60px; background: var(--site-purple); color: #fff; }
.footer-discovery__grid { display: grid; width: min(1280px, calc(100% - 32px)); gap: 28px; }
.footer-discovery__copy { max-width: 520px; }
.footer-discovery__copy h2 { margin: 0 0 16px; font-family: "Roboto Condensed", sans-serif; font-size: 28px; line-height: 30px; text-transform: uppercase; }
.footer-discovery__copy p { margin: 0; font-size: 14px; line-height: 20px; }
.footer-discovery__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.footer-discovery__link { display: flex; min-width: 0; min-height: 56px; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px 0; color: #fff; font: 700 14px/18px "Roboto Condensed", sans-serif; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.footer-discovery__link span { min-width: 0; overflow-wrap: anywhere; }
.footer-discovery__link i { flex: 0 0 auto; font: 400 22px/1 Arial, sans-serif; transition: transform .2s ease; }
.footer-discovery__link:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.footer-bottom { min-height: 0; padding: 28px 16px 30px; background: var(--site-gray); color: #1a1a1a; text-align: center; }
.footer-bottom__grid { display: flex; min-width: 0; flex-direction: column; align-items: center; }
.footer-bottom__copyright { order: 3; max-width: 440px; margin: 12px 0 0; font-size: 11px; line-height: 18px; overflow-wrap: anywhere; }
.footer-links { order: 1; display: flex; width: 100%; max-width: 440px; flex-direction: column; align-items: center; justify-content: center; gap: 0; margin: 0; }
.footer-links a, .footer-links button, .footer-links__text { display: flex; width: 100%; min-width: 0; min-height: 44px; margin: 0; align-items: center; justify-content: center; padding: 9px 12px; border: 0; background: transparent; color: #1a1a1a; font: 400 12px/21px "Roboto", Arial, sans-serif; hyphens: auto; overflow-wrap: anywhere; text-align: center; text-decoration: none; white-space: normal; }
.footer-links a, .footer-links button { cursor: pointer; }
.footer-links a:focus-visible, .footer-links button:focus-visible { border-radius: 3px; outline: 3px solid var(--site-purple-light); outline-offset: 2px; }
.social-links { order: 2; display: flex; min-width: 0; align-items: center; justify-content: center; gap: 4px; margin: 14px 0 0; }
.social-links a { display: grid; width: 44px; min-width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #1a1a1a; text-decoration: none; transition: background-color .15s ease, color .15s ease; }
.social-links svg { display: block; width: 25px; height: 25px; fill: currentColor; }
.social-links a:focus-visible { outline: 3px solid var(--site-purple-light); outline-offset: 2px; }

@media (hover: hover) {
	.footer-discovery__link:hover { background: #fff; color: var(--site-purple); transform: translateY(-2px); }
	.footer-discovery__link:hover i { transform: translateX(4px); }
	.footer-links a:hover, .footer-links button:hover { color: var(--site-purple-mid); text-decoration: underline; text-underline-offset: 3px; }
	.social-links a:hover { background: rgba(71,10,104,.1); color: var(--site-purple-mid); }
}

/* Overlays ---------------------------------------------------------------- */
body.legendary-site.language-dialog-open { overflow: hidden; }
.language-dialog {
	position: fixed;
	inset: 0;
	width: min(760px, calc(100% - 48px));
	max-width: none;
	max-height: calc(100dvh - 48px);
	margin: auto;
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 36px 0;
	background: transparent;
	box-shadow: 0 28px 80px rgba(23, 3, 33, .38);
	color: var(--site-ink);
}
.language-dialog::backdrop { background: rgba(26, 6, 37, .76); backdrop-filter: blur(3px); }
.language-dialog__inner {
	position: relative;
	max-height: calc(100dvh - 48px);
	padding: 42px 38px 38px;
	overflow-y: auto;
	border-top: 6px solid var(--site-purple-mid);
	border-radius: 36px 0;
	background: #fff;
}
.language-dialog__close {
	position: absolute;
	top: 14px;
	right: 16px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--site-purple-mid);
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}
.language-dialog__close:hover { background: var(--site-gray-soft); }
.language-dialog__close:focus-visible { outline: 3px solid var(--site-purple-light); outline-offset: 2px; }
.language-dialog__choice:focus-visible { outline: 0; box-shadow: 0 0 0 3px var(--site-purple-light); }
.language-dialog__eyebrow {
	margin: 0 60px 8px 0;
	color: var(--site-purple-mid);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 18px;
	text-transform: uppercase;
}
.language-dialog h2 {
	margin: 0 60px 8px 0;
	color: var(--site-purple);
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 39px;
}
.language-dialog__description { max-width: 520px; margin: 0 60px 28px 0; color: #555; font-size: 15px; line-height: 22px; }
.language-dialog__carousel { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 8px; }
.language-dialog__arrow { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--site-purple-mid); color: #fff; cursor: pointer; }
.language-dialog__arrow span { display: block; width: 12px; height: 12px; border: solid currentColor; border-width: 0 4px 4px 0; transform: translateX(-2px) rotate(-45deg); }
.language-dialog__arrow--previous span { transform: translateX(2px) rotate(135deg); }
.language-dialog__arrow:disabled { opacity: .3; cursor: default; }
.language-dialog__arrow:focus-visible { outline: 3px solid var(--site-purple-light); outline-offset: 2px; }
.language-dialog__choices {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0;
	padding: 5px;
	gap: 10px;
	list-style: none;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.language-dialog__choices::-webkit-scrollbar { display: none; }
.language-dialog__choices li {
	flex: 0 0 calc((100% - 20px) / 3);
	min-width: 0;
	scroll-snap-align: start;
}
.language-dialog__choice {
	display: flex;
	min-height: 116px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 9px;
	padding: 14px 8px 10px;
	border: 1px solid #dedce1;
	border-radius: 16px 0;
	background: #fff;
	color: var(--site-purple);
	text-align: center;
	text-decoration: none;
	transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}
.language-dialog__choice:hover { border-color: var(--site-purple-mid); background: #f8f3fa; transform: translateY(-2px); }
.language-dialog__choice.is-current { border-color: var(--site-purple-mid); background: #fbf8fc; }
.language-dialog__choice img {
	width: 45px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .18);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .14);
	object-fit: cover;
}
.language-dialog__name { overflow: hidden; font-size: 15px; font-weight: 700; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; }
.language-dialog__code { color: #777; font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 12px; }

.site-cookies { position: fixed; right: 14px; bottom: 14px; z-index: 1000004; display: flex; flex-direction: column; width: 352px; max-width: calc(100% - 28px); max-height: calc(100vh - 28px); max-height: calc(100dvh - 28px); overflow: hidden; overscroll-behavior: contain; border: 1px solid #e7e8e9; border-radius: 8px; background: #fff; box-shadow: 0 12px 12px -8px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04); color: #2c2e30; transition: transform .2s ease-out, opacity .2s ease-out; }
.site-cookies[hidden], .site-cookies__details[hidden] { display: none; }
.site-cookies__main { display: flex; flex: 0 1 auto; flex-direction: column; min-height: 0; padding: 16px 24px; }
.site-cookies__copy { flex: 0 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
.site-cookies__copy, .site-cookies__sections { scrollbar-width: thin; scrollbar-color: #a693ad #f3f1f5; }
.site-cookies__copy::-webkit-scrollbar, .site-cookies__sections::-webkit-scrollbar { width: 6px; }
.site-cookies__copy::-webkit-scrollbar-thumb, .site-cookies__sections::-webkit-scrollbar-thumb { border-radius: 3px; background: #a693ad; }
.site-cookies__copy::-webkit-scrollbar-track, .site-cookies__sections::-webkit-scrollbar-track { background: #f3f1f5; }
.site-cookies.is-customizing .site-cookies__main { display: none; }
.site-cookies h2 { margin: 0 0 22px; font-size: 32px; line-height: 45px; }
.site-cookies p { margin: 0 0 15px; font-size: 14px; line-height: 20px; }
.site-cookies__policy a { color: inherit; text-decoration: underline; text-underline-offset: 2px; transition: color .2s ease-out; }
.site-cookies__policy a:hover, .site-cookies__policy a:focus { color: var(--site-purple-mid); }
.site-cookies button { flex: 0 0 auto; width: 100%; min-height: 44px; height: auto; margin: 4px 0 0; padding: 8px 12px; border-radius: 4px; font-size: 14px; font-weight: 700; line-height: 20px; white-space: normal; overflow-wrap: anywhere; cursor: pointer; transition: opacity .2s ease-out, color .2s ease-out, background-color .2s ease-out; }
.site-cookies button:hover { opacity: .8; }
.site-cookies button:focus-visible, .site-cookies a:focus-visible { outline: 2px solid #111; outline-offset: 2px; }
.site-cookies__outline { border: 1px solid var(--site-purple-mid); background: #fff; color: var(--site-purple-mid); }
.site-cookies__accept, .site-cookies__save button { border: 1px solid var(--site-purple-mid); background: var(--site-purple-mid); color: #fff; }
.site-cookies__customize { display: flex; align-items: center; justify-content: space-between; height: 54px !important; margin: 0 !important; padding: 0 24px; border: 0; border-top: 1px solid #e7e8e9; border-radius: 0 !important; background: #fff; color: #2c2e30; text-align: left; }
.site-cookies__customize svg { flex: 0 0 auto; transition: transform .2s ease-out; }
.site-cookies__customize[aria-expanded="true"] { border-top-color: transparent; border-bottom: 1px solid #e7e8e9; }
.site-cookies__customize[aria-expanded="true"] svg { transform: rotate(180deg); }
.site-cookies__details { height: 0; overflow: hidden; opacity: 0; visibility: hidden; transition: height .3s ease-out, opacity .3s ease-out, visibility linear .3s; }
.site-cookies__details.is-open { display: flex; flex: 0 1 auto; min-height: 0; height: auto; opacity: 1; visibility: visible; transition: height .3s ease-out, opacity .3s ease-out; }
.site-cookies__form { display: flex; flex: 0 1 auto; flex-direction: column; min-height: 0; width: 100%; margin: 0; }
.site-cookies__sections { flex: 0 1 auto; min-height: 0; max-height: min(450px, 48dvh); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.site-cookies__sections > p { padding: 16px 24px 0; }
.site-cookies__section { padding: 0 24px; }
.site-cookies__section + .site-cookies__section { border-top: 1px solid #f1f1f2; }
.site-cookies__category { position: relative; }
.site-cookies__category input { position: absolute; top: 50%; right: 0; z-index: 2; width: 40px; height: 24px; margin: -12px 0 0; opacity: 0; cursor: pointer; }
.site-cookies__category label { position: relative; display: block; min-height: 52px; padding: 16px 48px 12px 0; color: #2c2e30; font-size: 14px; font-weight: 700; line-height: 20px; cursor: pointer; }
.site-cookies__category label::before, .site-cookies__category label::after { position: absolute; top: 50%; display: block; border-radius: 24px; content: ""; }
.site-cookies__category label::after { right: 0; width: 40px; height: 22px; margin-top: -11px; background: #dedfe0; opacity: 1; transition: background-color .2s ease-out, opacity .2s ease-out; }
.site-cookies__category label::before { right: 19px; z-index: 1; width: 16px; height: 16px; margin-top: -8px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.18); transition: transform .2s ease-out; }
.site-cookies__category input:checked + label::after { background: var(--site-purple-mid); }
.site-cookies__category input:checked + label::before { transform: translateX(14px); }
.site-cookies__category input:disabled { cursor: not-allowed; }
.site-cookies__category input:disabled + label { cursor: default; }
.site-cookies__category input:disabled + label::after { opacity: .6; }
.site-cookies__category input:focus-visible + label { outline: 2px solid #111; outline-offset: -2px; }
.site-cookies__info { margin: -4px 0 0 !important; padding: 0 0 16px; color: #2c2e30; }
.site-cookies__save { display: flex; flex: 0 0 auto; justify-content: flex-end; padding: 8px 24px 12px; border-top: 1px solid #e7e8e9; }
.site-cookies__save button { margin: 0; }
@media (max-height: 420px) {
	.site-cookies__main { padding: 12px 16px; }
	.site-cookies h2 { margin-bottom: 10px; font-size: 26px; line-height: 32px; }
	.site-cookies p { margin-bottom: 10px; }
	.site-cookies__customize { height: 46px !important; padding-inline: 16px; }
}
@media (max-height: 420px) and (min-width: 480px) {
	.site-cookies { width: 560px; }
	.site-cookies__main { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: minmax(0, 1fr) auto; column-gap: 8px; }
	.site-cookies__copy { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
	.site-cookies, .site-cookies *, .site-cookies *::before, .site-cookies *::after { scroll-behavior: auto !important; transition: none !important; }
}
.shop-locator { position: fixed; right: 15px; bottom: 0; z-index: 999996; width: 159.55px; height: 43px; }
.shop-locator a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; border-radius: 16px 16px 0 0; color: #fff; background: var(--site-purple-mid); font-size: 14px; font-weight: 700; text-decoration: none; }
body.legendary-site .shop-locator a,
body.legendary-site .shop-locator a:hover,
body.legendary-site .shop-locator a:focus { color: #fff; }

@media (max-width: 767px) {
	.shop-locator { right: 0; bottom: -100%; left: 0; width: 100%; height: 19vw; min-height: 74.09px; background: var(--site-gray); transition: bottom .8s ease-in-out; clip-path: polygon(0 18%,7% 6%,15% 21%,23% 7%,31% 18%,39% 5%,47% 20%,55% 8%,63% 18%,71% 6%,79% 21%,87% 7%,94% 18%,100% 10%,100% 100%,0 100%); }
	.shop-locator.show { bottom: 0; }
	.shop-locator a { position: absolute; right: 50%; bottom: 0; width: 137.88px; height: 38px; border-radius: 28px; transform: translateX(50%); }
	body.view-products .shop-locator { display: none; }
}

@media (max-width: 575px) {
	.language-dialog {
		inset: auto 12px max(12px, env(safe-area-inset-bottom));
		width: calc(100% - 24px);
		max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
		margin: 0;
		border-radius: 24px 0;
	}
	.language-dialog__inner {
		max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
		padding: 28px 18px calc(20px + env(safe-area-inset-bottom));
		border-top-width: 5px;
		border-radius: 24px 0;
	}
	.language-dialog__close { top: 8px; right: 8px; }
	.language-dialog__eyebrow { margin-right: 48px; margin-bottom: 4px; font-size: 11px; line-height: 16px; }
	.language-dialog h2 { margin-right: 48px; margin-bottom: 5px; font-size: 28px; line-height: 32px; }
	.language-dialog__description { margin: 0 36px 18px 0; font-size: 14px; line-height: 19px; }
	.language-dialog__carousel { gap: 3px; }
	.language-dialog__choices li { flex-basis: 100%; }
	.language-dialog__choice {
		min-height: 116px;
		gap: 9px;
		padding: 14px 6px 10px;
		border-radius: 12px 0;
	}
	.language-dialog__choice:hover { transform: none; }
	.language-dialog__name { max-width: 100%; font-size: 15px; line-height: 22px; }
}

@media (min-width: 992px) {
	.shop-locator { right: 50px; width: 190px; }
	.shop-locator a { border-radius: 15px 15px 0 0; font-size: 18px; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.shop-locator { right: 50px; width: 137.88px; }
	.shop-locator a { border-radius: 15px 15px 0 0; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.tool-flow__form { width: calc(100% - 60px); padding-top: 60px; }
	.choice-grid { width: 100%; }
	.number-fields { max-width: 708px; flex-direction: row; justify-content: center; gap: 32px; }
	.number-fields label { display: flex; width: auto; margin: 0; }
	.flow-step[data-kind="irrigation"] .choice-grid { grid-template-columns: repeat(2,323.33px); width: 662.66px; gap: 16px; }
	.flow-progress { right: -16.5px; left: -16.5px; }
	.volume-shapes { grid-template-columns: repeat(2,207px); }
	.volume-shapes button { width: 207px; }
	body.legendary-site .volume-shapes img { width: 205px; height: 256.66px; }
	.tool-flow--selector::after { height: 90px; }
	.recommendations { width: 555px; grid-template-columns: repeat(3,155px); column-gap: 45px; row-gap: 16px; }
	.recommendations img { width: 155px; }
	body.legendary-site img.selector-result__image { width: 440px; max-width: 440px; }
	.selector-result h1 { font-size: 28px; line-height: 28px; }
	.home-hero { height: calc(35.9vw + 60px); }
	.home-hero__visual { min-height: 0; }
	.home-hero__button { bottom: 11px; }
	.home-intro { height: 444px; }
	.home-intro__products { bottom: -176px; height: 295px; }
	.home-product-cta { margin-top: 180.656px; }
	.feature-carousel { margin-top: 65px; }
	.story-grid { margin-bottom: 53.65625px; }
	.archive-hero--products { height: 301.5px; }
	.archive-hero--products::before { height: 235px; }
	.archive-hero__panel { top: 43.5px; right: 30px; left: 30px; min-height: 233px; padding: 40px 15px 25px; }
	.catalog-layout { padding-bottom: 140px; }
	.catalog-layout.content-container { width: calc(100% - 60px); }
	.product-grid { grid-template-columns: repeat(3, 1fr); }
	.product-card { min-height: 430px; height: auto; }
	.product-card h2 { min-height: 24px; padding-inline: 0; }
	.topics-page { padding-bottom: 58.84px; }
	.topics-hero { width: calc(100% - 60px); height: 78px; }
	.topics-hero { margin-top: 25px; margin-bottom: 65px; }
	.topics-hero::after { top: 40px; }
	.topics-filter { margin-bottom: 16px; }
	.topics-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; width: calc(100% - 56px); }
	.topic-card { width: 100%; height: auto; aspect-ratio: 223.98 / 335.97; }
}

@media (min-width: 992px) {
	body.legendary-site { font-size: 18px; }
	.content-container { width: min(var(--site-content), calc(100% - 48px)); }
	.page-with-nav, .home-page { padding-top: 130px; }
	.site-nav { height: 130px; }
	.site-nav.is-hidden { top: -130px; }
	body.legendary-site.admin-bar .site-nav.is-hidden { top: calc(var(--site-admin-offset) - 130px); }
	.site-nav__inner { max-width: var(--site-wide); padding: 0 12px; }
	.site-brand { left: var(--site-header-gutter); height: 130px; gap: 3px; }
	.site-brand__emblem { width: 64px; }
	.site-brand__wordmark { width: 170px; }
	.site-nav__utility { position: absolute; top: 0; right: 0; display: block; width: 621px; height: 42px; padding: 0; border-radius: 0 0 0 25px; background: #fff; color: #000; font-size: 14px; }
	.site-nav__utility-link { position: absolute; top: 11px; display: block; height: 40px; padding: 0; color: #000; font-size: 14px; font-weight: 400; line-height: normal; text-align: center; white-space: nowrap; text-decoration: none; }
	.site-nav__utility-link--news { left: 75.2px; width: 46.27px; }
	.site-nav__utility-link--support { left: 147.47px; width: 66.39px; padding-right: 17px; }
	.site-nav__utility-link--universe { left: 239.86px; width: 109.94px; padding-right: 17px; }
	.site-nav__utility-link--language { left: 559.47px; width: 34.53px; padding-right: 17px; }
	.site-nav__utility-link--support .nav-chevron, .site-nav__utility-link--universe .nav-chevron { top: 7px; right: .35px; width: 11.5px; height: 7px; background-color: var(--site-purple); }
	.site-nav__utility-link--language .nav-chevron { top: 7px; right: -2.5px; width: 11.5px; height: 7px; background-color: var(--site-purple); }
	.site-search { position: absolute; top: 0; left: 375.8px; display: block; width: 154.11px; height: 42px; margin: 0; }
	.site-search input { position: absolute; top: 0; left: 0; width: 118px; height: 31px; padding: 6px 12px 0 0; border: 0; border-bottom: 1px solid #000; border-radius: 0; appearance: none; background: transparent; color: #000; font-size: 14px; line-height: 25px; outline: 0; }
	.site-search input::-webkit-search-cancel-button { display: none; }
	.site-search input::placeholder { color: #777; opacity: 1; }
	.site-search button { position: absolute; top: 1px; left: 117px; display: block; width: 36.11px; height: 40px; padding: 5px 8px; border: 0; background: transparent; color: #000; cursor: pointer; opacity: .62; }
	.nav-search-icon { position: absolute; top: 9.5px; left: 9px; width: 19.11px; height: 19px; background-color: currentColor; -webkit-mask: url("../images/reference/search-desktop.svg") center / contain no-repeat; mask: url("../images/reference/search-desktop.svg") center / contain no-repeat; }
	.site-nav__divider { position: absolute; top: 11px; left: 544px; width: 1px; height: 15px; background: var(--site-purple-mid); }
	.site-nav__primary { position: absolute; top: 43px; right: 12px; left: 470px; display: flex; height: 80px; align-items: center; justify-content: flex-end; gap: 30px; }
	.site-nav__primary > a, .site-nav__dropdown > :is(a, button) { position: relative; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
	.site-nav__dropdown > :is(a, button) { padding-right: 17px; }
	.site-nav__dropdown > button { padding-top: 0; padding-bottom: 0; padding-left: 0; border: 0; appearance: none; background: transparent; font-family: inherit; cursor: pointer; }
	.site-nav__dropdown > :is(a, button) .nav-chevron { top: 22px; right: -1.85px; width: 12px; height: 7px; transition: transform .3s ease-in-out; }
	.site-nav__primary > a:not(.site-nav__pill), .site-nav__dropdown > :is(a, button) { height: 40px; line-height: 45px; }
	.site-nav__primary > a:not(.site-nav__pill)::after, .site-nav__dropdown > :is(a, button)::after { content: ""; position: absolute; right: auto; bottom: 0; left: 0; width: 0; height: 2px; background: #fff; transition: width .3s ease-in-out; }
	.site-nav__dropdown > :is(a, button)::after { left: -3px; }
	.site-nav__primary > a:hover::after, .site-nav__primary > a:focus-visible::after, .site-nav__dropdown.is-open > :is(a, button)::after { width: 100%; }
	.site-nav__pill { height: 40px; padding: 0 20px; border: 1px solid #fff; border-radius: 19px; line-height: 40px; transition: color .2s, background .2s; }
	.site-nav__pill:hover { background: #fff; color: var(--site-purple); }
	.site-nav__dropdown { position: relative; height: 80px; display: flex; align-items: center; }
	.site-nav__dropdown--products { position: static; }
	.site-nav__submenu { position: absolute; top: 77px; left: 0; z-index: 200; display: none; width: max-content; min-width: 135px; margin: 0; padding: 20px 20px 10px 15px; border-radius: 0 0 20px 0; background: var(--site-purple); box-shadow: 10px 6px 10px rgba(42,6,62,.05); list-style: none; text-align: left; }
	.site-nav__submenu[hidden] { display: none !important; }
	.site-nav__dropdown.is-open .site-nav__submenu { display: block; }
	.site-nav__dropdown.is-open > :is(a, button) .nav-chevron { transform: translateY(-1px) rotate(180deg); }
	.site-nav__dropdown.is-open > :is(a, button)::after { width: 100%; }
	.site-nav__submenu a { position: relative; display: block; width: fit-content; margin: 8.5px 0; padding: 0 0 5px; color: #fff; font-size: 12px; font-weight: 400; line-height: 14px; text-decoration: none; }
	.site-nav__submenu--products { right: 0; left: auto; width: min(620px, calc(100vw - 24px)); min-width: 0; padding: 16px; border-radius: 0 0 20px 20px; }
	.site-nav__submenu--products .site-nav__submenu-overview { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; margin: 0; padding: 6px 8px 12px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 14px; font-weight: 700; line-height: 20px; }
	.site-nav__product-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: min(420px, calc(100dvh - 210px)); margin: 8px 0 0; padding: 0; overflow-y: auto; overscroll-behavior: contain; column-gap: 20px; list-style: none; scrollbar-gutter: stable; }
	.site-nav__product-list li { min-width: 0; }
	.site-nav__product-list a { display: flex; width: 100%; min-height: 40px; align-items: center; margin: 0; padding: 8px; border-radius: 6px; font-size: 13px; line-height: 20px; white-space: normal; }
	.site-nav__product-list a:hover, .site-nav__product-list a:focus-visible, .site-nav__product-list a[aria-current="page"] { background: rgba(255,255,255,.1); }
	.site-nav__search-toggle, .site-nav__toggle, .mobile-navigation { display: none !important; }
	.flow-header { height: 130px; }
	.site-brand--flow { left: auto; }

	.brush-panel { border-radius: 50px 0; }
	.home-hero { height: min(40.8843316vw, 695px); }
	.home-hero__visual { height: 100%; min-height: 0; background-color: var(--site-purple); background-image: var(--reference-home-hero); background-position: 50% -35px; background-repeat: no-repeat; background-size: 116%; }
	.home-hero__visual > img { opacity: 0; }
	.home-hero__kicker { top: 48%; font-size: clamp(112px, 10vw, 190px); letter-spacing: 8px; }
	.home-hero__button { bottom: 134px; width: 200px; height: 40px; border: 0; font-size: 18px; line-height: 40px; }
	.home-intro { z-index: 3; width: var(--site-content); height: 577px; margin-top: -110px; overflow: visible; }
	.home-intro__copy { padding: 80px 15px; }
	.home-intro h1 { margin-bottom: 25px; font-size: 65px; line-height: 65px; }
	.home-intro p { width: 860px; margin: 0 auto 25px; font-size: 18px; font-weight: 400; line-height: 26px; }
	.home-intro__products { bottom: -326px; height: 445px; }
	.home-product-cta { height: 40px; margin-top: 330.422px; }
	.home-product-cta .button { height: 40px; font-size: 18px; line-height: 38px; }
	.feature-carousel { height: 660px; margin-top: 125px; margin-bottom: 125px; padding: 35px 12px 25px; }
	.feature-carousel__viewport { height: 600px; }
	.feature-carousel__track { border-radius: 50px 0; }
	.feature-slide > img { object-position: 50% 50%; }
	.feature-slide__caption { right: auto; bottom: 0; left: 52px; width: 450px; padding-bottom: 30px; }
	.feature-slide__caption h2 { margin-bottom: 30px; font-size: 65px; line-height: 65px; }
	.feature-slide__caption .button { height: 44px; padding: 0 25px; font-size: 18px; line-height: 42px; }
	.story-grid { grid-template-columns: repeat(4, 260px); gap: 16px; width: var(--site-content); height: 401.5px; margin-bottom: 125px; }
	.story-card { width: 260px; height: 386.5px; border-radius: 20px 0; }
	.story-card h2 { right: 14px; bottom: 80px; left: 14px; font-size: 20px; line-height: 26px; }
	.story-card a { bottom: 20px; left: 14px; }
	.story-card a span { display: inline-flex; align-items: center; height: 44px; padding: 0 25px; border: 1px solid #fff; border-radius: 22px; font-size: 18px; }
	.story-card a i { display: none; }

	.archive-hero--products { height: 460px; }
	.archive-hero--products::before { height: 222px; }
	.archive-hero__image { position: absolute; top: 30px; left: 50%; display: block; width: var(--site-content); height: 400px; overflow: hidden; border-radius: 50px 0; transform: translateX(-50%); }
	.archive-hero--products .archive-hero__photo { display: block; width: 100%; height: 100%; object-fit: cover; }
	.archive-hero__panel { top: 380px; right: auto; left: calc(50% - 268px); width: 812px; min-height: 260px; height: 260px; padding: 40px; text-align: left; }
	.archive-hero__panel h1 { margin-left: 0; font-size: 30px; line-height: 30px; }
	.archive-hero__panel p { font-size: 18px; line-height: 26px; }
	.catalog-layout { display: grid; grid-template-columns: 276px 827px; width: 1103px; padding-bottom: 204px; }
	.product-filters { position: static; inset: auto; z-index: auto; display: block; padding: 40px 7.5px 0; overflow: visible; color: #111; background: #fff; opacity: 1; visibility: visible; pointer-events: auto; transition: none; }
	.product-filters__mobile-title { display: none; }
	.filter-search__clear { display: none; }
	.product-filters__groups { position: static; overflow: visible; }
	.filter-search strong { display: block; }
	.filter-search strong { height: 21px; margin-bottom: 4px; line-height: 21px; }
	.filter-search span { width: 241.75px; height: 28px; }
	.filter-search input { width: 214.66px; height: 28px; padding: 0 25px 0 0; border-radius: 0; border-bottom: 1px solid #777; color: #111; background: #fff; font-size: 16px; }
	.filter-search input::placeholder { color: #aaa; }
	.filter-search i { top: 0; right: 0; left: auto; width: 28.09px; height: 28px; border-color: #555; }
	.filter-search i::after { right: -4px; background: #555; }
	.filter-group { margin-bottom: 24px; padding-bottom: 20.5px; border-bottom: 0; }
	.filter-group legend { height: auto; margin: 0; }
	.filter-group__toggle { position: relative; top: .5px; justify-content: flex-start; height: 24px; margin-bottom: 8px; padding: 0; border: 0; color: #111; font-size: 18px; line-height: 24px; }
	.filter-group__toggle i { width: 15px; height: 15px; color: #fff; background: #415323; font-size: 10px; line-height: 15px; }
	.filter-group__toggle b { display: none; }
	.filter-group__choices, .filter-group__choices[hidden] { display: block; padding: 0; border: 0; }
	.filter-group label { color: #111; font-size: 16px; line-height: 22px; }
	.filter-group input { position: relative; top: -.5px; width: 16px; height: 16px; border-color: #555; }
	.filter-group input:checked { border-color: var(--site-purple-mid); background-color: var(--site-purple-mid); background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m3 8 3 3 7-7'/%3E%3C/svg%3E"); }
	.filter-group input:focus-visible { outline-color: var(--site-purple-mid); }
	.filter-group small { color: #aaa; }
	.product-filters__apply { display: none; }
	.product-results { padding-top: 245px; }
	.product-grid { grid-template-columns: repeat(3, 1fr); row-gap: 40px; margin-inline: 0; padding-bottom: 0; }
	.product-card { min-height: 545px; height: auto; }
	.product-card__image { height: 306px; }
	.product-card__type { font-size: 18px; }
	.product-card h2 { min-height: 24px; padding: 0; font-size: 20px; }
	.product-card__rating { font-size: 13px; }
	.product-card .button { min-width: 175.73px; height: 40px; font-size: 14px; line-height: 38px; }
	.mobile-filter-button { display: none; }

	.topics-page { padding-bottom: 60px; }
	.topics-page::before { height: 125px; }
	.topics-hero { width: var(--site-content); height: 115px; margin: 30px auto 65px; border-radius: 20px 0; }
	.topics-hero::after { top: 40px; }
	.topics-hero h1 { font-size: 65px; line-height: 65px; }
	.topics-filter { margin-bottom: 16px; }
	.topics-grid { grid-template-columns: repeat(4, 260.5px); gap: 20px; width: 1102px; }
	.topic-card { width: 260.5px; height: 390.75px; border-radius: 20px 0; }
	.topic-card h2 { right: 14px; bottom: 54px; left: 14px; font-size: 20px; line-height: 26px; }
	.topic-card a { right: auto; bottom: 15px; left: 14px; display: flex; width: 146.05px; height: 44px; align-items: center; justify-content: center; border-radius: 28px; color: var(--site-purple-mid); background: #fff; }
	.topic-card a span { display: inline; font-size: 18px; line-height: 26px; }
	.topic-card a i { display: none; }
	.topic-card h2 { bottom: 20px; transition: bottom .4s ease-in-out; }
	.topic-card a { opacity: 0; transform: translateY(64px); transition: opacity .4s ease-in-out,transform .4s ease-in-out; }
	.topic-card:hover h2, .topic-card:focus-within h2 { bottom: 79px; }
	.topic-card:hover a, .topic-card:focus-within a { opacity: 1; transform: none; }

	.detail-page { padding-bottom: 120px; }
	.detail-hero { min-height: 700px; padding-top: 70px; }
	.detail-hero__copy { width: 55%; }
	.detail-hero h1 { font-size: 65px; line-height: 65px; }
	.detail-rating { font-size: 18px; }
	.detail-hero h2 { max-width: 470px; font-size: 30px; line-height: 32px; }
	.detail-intro { max-height: 360px; font-size: 18px; line-height: 26px; }
	.detail-hero__image { top: 100px; right: 0; width: 48%; height: 520px; }
	.benefit-accordion { margin-bottom: 110px; }
	.accordion-item { margin-bottom: 15px; }
	.accordion-item h2 button, .accordion-item h3 button { min-height: 60px; padding: 0 25px; font-size: 22px; line-height: 24px; }
	.accordion-panel { padding: 0 25px 24px; }
	.accordion-panel p { font-size: 16px; line-height: 23px; }
	.detail-information { gap: 70px; margin-bottom: 100px; }
	.detail-information h2, .downloads > h2, .faq-section h2, .reviews > h2 { font-size: 30px; line-height: 32px; }
	.detail-information h3 { font-size: 16px; }
	.detail-information p { font-size: 16px; line-height: 24px; }
	.detail-information__video { height: 290px; }
	.detail-callout { min-height: 310px; }
	.detail-callout h2 { font-size: 30px; line-height: 32px; }
	.download-grid { grid-template-columns: repeat(2, 260px); gap: 15px; }
	.download-card { height: 386px; padding: 25px; }
	.download-card > div { height: 235px; font-size: 50px; }
	.download-card h3 { font-size: 16px; }
	.download-card a { font-size: 14px; }
	.faq-section { padding: 80px 0; }
	.reviews__grid { grid-template-columns: 250px 1fr; }

	.tool-intro-page { min-height: 805px; padding-bottom: 60px; }
	.tool-intro__inner { padding-top: 30px; }
	.tool-intro__visual { position: relative; display: block; height: 400px; overflow: hidden; }
	.tool-intro__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
	.tool-intro__visual h1 { display: none; }
	.tool-intro__copy { margin-top: 24px; }
	.tool-intro__copy > h1 { display: block; margin: 0 0 20px; font-family: "Roboto Condensed", sans-serif; font-size: 65px; line-height: 65px; }
	.tool-intro__copy p { margin-bottom: 25px; font-size: 18px; line-height: 26px; }
	.tool-intro__copy .button { height: 40px; font-size: 18px; line-height: 38px; }

	.tool-flow { min-height: calc(100vh - 130px); }
	.tool-flow::after { height: 166px; }
	.tool-flow--selector::after { height: 90px; }
	.tool-flow__brush { height: 90px; }
	.tool-flow__form { width: 1000px; min-height: calc(100vh - 130px); padding-top: 120px; }
	.flow-step h1 { width: 815px; margin-bottom: 60px; font-size: 30px; line-height: 30px; }
	.choice-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 16px; width: 815px; }
	.choice-grid button { min-height: 60px; }
	.choice-grid button:last-child:nth-child(odd) { grid-column: 1 / -1; }
	.choice-grid--three { grid-template-columns: repeat(3,1fr); }
	.choice-grid--three button:last-child { grid-column: auto; }
	.why-link { margin-top: 90px; }
	.tool-flow--selector .why-link { padding: 3.5px 1px; }
	.flow-select { margin-top: 0; }
	.number-fields { flex-direction: row; justify-content: center; gap: 70px; }
	.number-fields label { display: flex; width: auto; margin: 0; }
	.flow-step[data-kind="irrigation"] .choice-grid { width: 662.66px; gap: 15px; }
	.recommendations { grid-template-columns: repeat(4,1fr); gap: 68px; margin-top: 0; }
	.recommendations { width: 755px; margin-right: auto; margin-left: auto; grid-template-columns: repeat(4,155px); gap: 45px; }
	.recommendations img { height: 170px; }
	.recommendations article { height: 194px; }
	.recommendations h2 { height: 19px; margin-top: 5px; font-size: 18px; line-height: 19px; }
	.flow-contact { margin-top: 0; }
	.flow-result__card { grid-template-columns: 320px 1fr; }
	.flow-result__card img { height: 330px; }
	.flow-controls { bottom: 105px; }
	.flow-prev, .flow-next { height: 36px; }
	.flow-progress { right: 13.5px; bottom: 63px; left: 13.5px; }
	.selector-result h1 { margin-bottom: 0; font-family: "Roboto", Arial, sans-serif; font-size: 35px; font-weight: 700; line-height: 45px; }
	.selector-result { width: 815px; margin-right: auto; margin-left: auto; }
	.selector-result h1 { min-height: 90px; }
	.tool-flow--calculator .flow-step[data-kind="ec"] .why-link { margin-top: 62px; }
	body.legendary-site img.selector-result__image { width: 440px; max-width: 440px; margin-top: 0; }
	.selector-result__actions { margin-top: 0; }
	.selector-result__actions .button { min-width: 275px; height: 40px; font-size: 18px; line-height: 38px; }
	.selector-result__actions .button:nth-child(2) { min-width: 288px; }
	.volume-shapes { grid-template-columns: repeat(4,207px); justify-content: center; gap: 15px; }
	.volume-shapes button { width: 207px; }
	body.legendary-site .volume-shapes img { width: 205px; height: 256.65625px; }
	.tool-flow__form:has(.volume-calculator:not([hidden])) { min-height: 1100px; }
	.additive-picker__dialog { top: 55px; left: 50%; width: min(1350px,calc(100% - 90px)); height: min(736px,calc(100vh - 109px)); transform: translateX(-50%); border-radius: 50px 0; }
	.additive-picker__grid { padding: 50px 16px 16px; grid-template-columns: repeat(4,175px); justify-content: space-evenly; }
	.additive-picker__grid img { width: 171px; height: 170px; }

	.footer-discovery { padding: 64px 0 68px; }
	.footer-discovery__grid { grid-template-columns: minmax(320px, .75fr) minmax(560px, 1.25fr); align-items: center; gap: clamp(48px, 6vw, 88px); }
	.footer-discovery__copy h2 { margin-bottom: 18px; font-size: 34px; line-height: 36px; }
	.footer-discovery__copy p { font-size: 17px; line-height: 25px; }
	.footer-discovery__links { gap: 12px; }
	.footer-discovery__link { min-height: 62px; padding: 14px 20px; font-size: 16px; line-height: 20px; }
	.footer-bottom { display: flex; min-height: 94px; height: auto; padding: 16px 24px; align-items: center; }
	.footer-bottom__grid { display: grid; width: 100%; grid-template-columns: minmax(150px, .85fr) minmax(0, 2fr) minmax(188px, .85fr); align-items: center; gap: 12px; }
	.footer-bottom__grid--without-social { grid-template-columns: minmax(150px, 1fr) minmax(0, 2fr); }
	.footer-bottom__copyright { order: initial; grid-column: 1; max-width: none; margin: 0; justify-self: start; text-align: left; }
	.footer-links { order: initial; grid-column: 2; width: 100%; max-width: none; flex-direction: row; flex-wrap: wrap; gap: 0 16px; margin: 0; }
	.footer-links a, .footer-links button, .footer-links__text { width: auto; max-width: 100%; min-width: 44px; min-height: 44px; flex: 0 1 auto; margin: 0; padding: 8px 0; }
	.social-links { order: initial; grid-column: 3; margin: 0; justify-self: end; }

}

@media (max-width: 575px) {
	.flow-controls { right: -13.5px; left: -13.5px; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.flow-controls { right: -30px; left: -30px; }
}

.flow-prev { margin-left: 15px; }
.flow-next { margin-right: 15px; }

.number-fields label { font-size: 14px; line-height: 18px; }
.flow-step input[type="number"] { font-size: 14px; line-height: 21px; }
.flow-step select { font-size: 14px; line-height: 21px; }

@media (min-width: 576px) {
	.flow-step input[type="number"] { font-size: 18px; line-height: 27px; }
}

@media (min-width: 992px) {
	.number-fields label { font-size: 16px; line-height: 19px; }
	.tool-flow--calculator .flow-step h1 { width: 1000px; max-width: none; }
}

@media (max-width: 991px) {
	.tool-flow__brush { display: none; }
}

@media (max-width: 575px) {
	.flow-modal__dialog { transform: translate(-50%,calc(-50% - 8px)); }
	.tool-flow--selector::after { height: 60px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-nav__primary { left: 330px; gap: 30px; }
}

@media (min-width: 1200px) {
	.site-brand__emblem { width: 72px; }
	.site-brand__wordmark { width: 200px; }
	.site-nav__primary > a, .site-nav__dropdown > :is(a, button) { font-size: 16px; }
	.site-nav__submenu a { font-size: 14px; }
	.site-nav__submenu--products { width: min(680px, calc(100vw - 24px)); }
	.site-nav__product-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.site-nav__product-list a { font-size: 14px; }
}

@media (min-width: 1400px) {
	.site-brand__emblem { width: 80px; }
	.site-brand__wordmark { width: 235px; }
	.site-nav__primary { gap: 60px; }
}

@media (min-width: 1600px) {
	.site-nav__primary > a, .site-nav__dropdown > :is(a, button) { font-size: 18px; }
}

@media (min-width: 1700px) {
	.home-hero { height: 695px; }
	.home-hero__visual { background-position: 50% -42px; background-size: 111%; }
}

@media (max-width: 575px) {
	.content-container { width: calc(100% - 27px); }
	.detail-information { grid-template-columns: 1fr 1fr; gap: 15px; width: calc(100% - 28px); }
	.detail-information__video { height: 145px; }
	.detail-information__video button { width: 50px; height: 50px; border-width: 4px; font-size: 22px; }
	.detail-information h2 { grid-column: 1/-1; }
	.reviews { width: calc(100% - 28px); }
	.reviews__grid { grid-template-columns: 120px 1fr; gap: 8px; }
	.review-summary { min-height: 215px; height: 215px; padding: 8px; }
	.review-summary > strong { font-size: 42px; }
	.review-summary .button { min-width: 105px; padding: 0 5px; font-size: 10px; }
	.review-list article { padding: 8px; }
	.downloads { width: calc(100% - 28px); }
	.download-grid { justify-content: center; }
	.detail-callout { width: calc(100% - 28px); min-height: 160px; }
	.detail-callout h2 { max-width: 300px; font-size: 17px; line-height: 17px; }
}

@media (max-width: 532px) {
	.topics-filter { width: calc(100% - 27px); max-width: none; height: 74px; margin-bottom: 16px; flex-direction: column; align-items: center; transform: translateX(-1px); }
	.topics-filter label { width: calc(100% - 26px); height: 38px; padding: 0; justify-content: center; border-radius: 0; }
	.topics-filter select { width: calc(100% - 26px); height: 36px; flex: none; border-width: 0 0 1px; border-radius: 0; text-align: center; }
	.topics-filter:has(button:not([hidden])) { height: 112px; }
	.topics-filter button { width: calc(100% - 26px); height: 38px; }
}

@media (min-width: 533px) and (max-width: 575px) {
	.topics-hero { width: calc(100% - 60px); }
	.topics-filter { margin-bottom: 16px; }
	.topics-grid { grid-template-columns: repeat(3,1fr); gap: 20px; width: calc(100% - 56px); }
	.topic-card { width: 100%; height: auto; aspect-ratio: 2/3; }
}

/* Product-detail geometry -------------------------------------------------
 * The source uses three materially different compositions. These measured
 * blocks preserve its exact default section rhythm while allowing accordion
 * panels to remain native, keyboard-operable controls.
 */
@media (max-width: 575px) {
	.detail-page { padding-bottom: 0; }
	.detail-hero { height: 612.39px; min-height: 0; padding-top: 30px; }
	.detail-hero__copy { width: 100%; }
	.detail-hero h1 { margin-bottom: 5px; font-size: 28px; line-height: 28px; }
	.detail-rating { height: 19px; margin: 0 0 25px; font-size: 13px; line-height: 19px; }
	.detail-hero h2 { width: 100%; max-width: none; height: 32px; margin: 0; overflow: hidden; font-size: 17px; line-height: 16px; }
	.detail-hero__image { position: static; width: 100%; height: 290.39px; margin-top: 15px; }
	.detail-hero__image img { object-fit: contain; }
	.detail-intro { width: 100%; height: 90px; max-height: 90px; margin: 20px 0 0; font-size: 14px; line-height: 18px; }
	.detail-hero__copy > .text-toggle { height: 18px; margin-top: 15px; font-size: 12px; line-height: 18px; }

	.benefit-accordion { height: 495px; margin-bottom: 40px; overflow: hidden; }
	.benefit-accordion .accordion-item { height: 60px; margin-bottom: 15px; border-radius: 15px 0; }
	.benefit-accordion .accordion-item:last-child { margin-bottom: 0; }
	.benefit-accordion .accordion-item.is-open { height: 270px; }
	.benefit-accordion .accordion-item h2 button { min-height: 60px; padding: 0 15px; font-size: 17px; line-height: 17px; }
	.benefit-accordion .accordion-panel { height: 210px; padding: 0 15px 15px; overflow: hidden; }
	.benefit-accordion .accordion-panel p { font-size: 14px; line-height: 18px; }

	.detail-information { display: block; width: calc(100% - 27px); height: 456px; margin-bottom: 30px; }
	.detail-information__copy { height: 243px; overflow: hidden; }
	.detail-information__video { width: 100%; height: 188px; margin-top: 25px; }
	.detail-callout { width: 100%; height: 327.99px; min-height: 0; margin: 0; border-radius: 0; }
	.downloads { width: 100%; height: 407px; margin: 0 0 50px; padding: 30px 13.5px 0; overflow: hidden; }
	.faq-section { height: 510px; margin-bottom: 40px; padding: 60px 0; overflow: hidden; }
	.faq-section.has-all { height: 585px; }
	.reviews { width: calc(100% - 27px); height: 622px; margin-bottom: 0; overflow: hidden; }
	.reviews__grid { display: block; }
	.review-summary { width: 100%; min-height: 215px; height: 215px; border: 0; }
	.review-list { width: 100%; height: 245px; margin-top: 15px; }
	.review-track { gap: 15px; }
	.review-list article { flex-basis: 246px; min-height: 203px; height: 203px; }
	.detail-callout--expert { width: 100%; height: 299.09px; min-height: 0; margin: 0; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.detail-page { padding-bottom: 0; }
	.detail-page .content-container { width: calc(100% - 60px); }
	.detail-hero { height: 983px; min-height: 0; padding-top: 60px; }
	.detail-hero__copy { position: static; width: 346.5px; }
	.detail-hero h1 { width: 708px; margin-bottom: 5px; font-size: 65px; line-height: 65px; }
	.detail-rating { height: 24px; margin: 0 0 44px; font-size: 16px; line-height: 24px; }
	.detail-rating span { width: 115px; height: 26px; font-size: 26px; line-height: 26px; }
	.detail-hero h2 { width: 346.5px; max-width: none; height: 72px; margin: 0; overflow: hidden; font-size: 22px; line-height: 24px; }
	.detail-hero__image { top: 198px; right: 0; width: 346.5px; height: 277.02px; }
	.detail-intro { width: 346.5px; height: 572px; max-height: 572px; margin: 21px 0 0; font-size: 18px; line-height: 26px; }
	.detail-hero__copy > .text-toggle { height: 29px; margin-top: 15px; line-height: 14px; }

	.benefit-accordion { height: 559px; margin-bottom: 120px; overflow: hidden; }
	.benefit-accordion .accordion-item { height: 80px; margin-bottom: 15px; border-radius: 15px 0; }
	.benefit-accordion .accordion-item:last-child { margin-bottom: 0; }
	.benefit-accordion .accordion-item.is-open { height: 274px; }
	.benefit-accordion .accordion-item h2 button { min-height: 80px; padding: 10px 25px; font-size: 22px; line-height: 24px; }
	.benefit-accordion .accordion-panel { height: 194px; padding: 0 15px 15px; overflow: hidden; }
	.benefit-accordion .accordion-panel p { font-size: 18px; line-height: 26px; }

	.detail-information { width: calc(100% - 60px); height: 300px; margin-bottom: 120px; grid-template-columns: 346.5px 346.5px; gap: 15px; }
	.detail-information__copy { height: 251px; overflow: hidden; }
	.detail-information__video { height: 300px; }
	.detail-information__video button { width: 75px; height: 75px; border-width: 6px; font-size: 34px; }
	.detail-callout { width: calc(100% - 60px); height: 308.98px; min-height: 0; margin-bottom: 120px; }
	.detail-callout h2 { font-size: 30px; line-height: 30px; }
	.downloads { width: calc(100% - 60px); height: 377px; margin-bottom: 50px; overflow: hidden; }
	.faq-section { height: 718px; margin-bottom: 120px; overflow: hidden; }
	.faq-section.has-all { height: 813px; }
	.faq-section .content-container { width: calc(100% - 27px); }
	.faq-list .accordion-item { height: 80px; }
	.faq-list .accordion-item.is-open { height: 170px; }
	.faq-list .accordion-item h3 button { min-height: 80px; padding: 10px 25px; font-size: 18px; line-height: 22px; }
	.faq-list .accordion-panel { height: 90px; padding: 0 25px 15px; }
	.reviews { width: calc(100% - 60px); height: 407px; margin-bottom: 105px; overflow: hidden; }
	.reviews__grid { grid-template-columns: 232px 464px; gap: 12px; }
	.review-summary { min-height: 296px; height: 296px; padding: 15px 15px 30px; }
	.review-list { height: 360px; }
	.detail-callout--expert { height: 267.09px; margin-bottom: 120px; }
}

@media (min-width: 768px) {
	.detail-hero__copy > .text-toggle { display: none; }
}

@media (min-width: 992px) {
	.detail-page { padding-bottom: 0; }
	.detail-hero { height: 750px; min-height: 0; padding-top: 60px; }
	.detail-hero__copy { position: static; width: 536.5px; }
	.detail-hero h1 { width: 1088px; margin-bottom: 5px; }
	.detail-rating { height: 24px; margin: 0 0 43px; line-height: 24px; }
	.detail-rating span { width: 115px; height: 26px; font-size: 26px; line-height: 26px; }
	.detail-hero h2 { width: 536.5px; max-width: none; height: 48px; margin: 0; overflow: hidden; font-size: 22px; line-height: 24px; }
	.detail-hero__image { top: 197px; right: 0; width: 536.5px; height: 429.19px; }
	.detail-intro { width: 536.5px; height: 364px; max-height: 364px; margin: 21px 0 0; font-size: 18px; line-height: 26px; }
	.detail-hero__copy > .text-toggle { height: 29px; margin-top: 15px; line-height: 14px; }

	.benefit-accordion { height: 507px; margin-bottom: 120px; overflow: hidden; }
	.benefit-accordion .accordion-item { height: 80px; margin-bottom: 15px; }
	.benefit-accordion .accordion-item:last-child { margin-bottom: 0; }
	.benefit-accordion .accordion-item.is-open { height: 222px; }
	.benefit-accordion .accordion-item h2 button { min-height: 80px; }
	.benefit-accordion .accordion-panel { height: 142px; overflow: hidden; }
	.benefit-accordion .accordion-item h2 button { padding: 10px 25px; font-size: 22px; line-height: 24px; }
	.benefit-accordion .accordion-panel { padding: 0 25px 15px; }
	.benefit-accordion .accordion-panel p { font-size: 18px; line-height: 26px; }

	.detail-information { height: 300px; margin-bottom: 120px; grid-template-columns: 536.5px 536.5px; gap: 15px; }
	.detail-information__copy { height: 251px; overflow: hidden; }
	.detail-information__video { height: 300px; border-radius: 50px 0; }
	.detail-information__video button { width: 100px; height: 100px; border-width: 8px; font-size: 46px; }
	.detail-callout { height: 312.98px; min-height: 0; margin-bottom: 120px; }
	.detail-callout h2 { font-size: 30px; line-height: 30px; }
	.detail-callout .button { height: 40px; font-size: 18px; line-height: 38px; }
	.downloads { height: 456.5px; margin-bottom: 125px; overflow: hidden; }
	.download-grid { grid-template-columns: repeat(2,260px); justify-content: start; gap: 16px; }
	.download-card { height: 386.5px; }
	.faq-section { height: 726px; margin-bottom: 120px; overflow: hidden; }
	.faq-section.has-all { height: 821px; }
	.faq-section .content-container { width: 1061px; }
	.faq-list .accordion-item { height: 80px; }
	.faq-list .accordion-item.is-open { height: 144px; }
	.faq-list .accordion-item h3 button { min-height: 80px; padding: 10px 25px; font-size: 18px; line-height: 22px; }
	.faq-list .accordion-panel { height: 64px; padding: 0 25px 15px; }
	.reviews { height: 415px; margin-bottom: 105px; overflow: hidden; }
	.reviews__grid { grid-template-columns: 266px 810px; gap: 12px; }
	.review-summary { min-height: 296px; height: 296px; padding: 15px 15px 30px; }
	.review-list { height: 360px; }
	.detail-callout--expert { height: 271.09px; margin-bottom: 120px; }
}

/* Tool landing pages ----------------------------------------------------- */
@media (max-width: 991px) {
	body.legendary-site .tool-intro__visual > img { display: none; }
	.tool-intro__inner { padding-top: 25px; }
	.tool-intro__visual h1 { width: calc(100% - 30px); }
	.tool-intro-page--selector { height: auto; min-height: 419px; padding-bottom: 0; }
	.tool-intro-page--selector .tool-intro__copy { margin-top: 59px; }
	.tool-intro-page--calculator .tool-intro__copy { margin-top: 87px; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.tool-intro-page--selector { height: auto; min-height: 393px; }
	.tool-intro-page--selector .tool-intro__copy { margin-top: 39px; }
	.tool-intro-page--calculator { height: auto; min-height: 429px; padding-bottom: 0; }
	.tool-intro-page--calculator .tool-intro__copy { margin-top: 39px; }
	.tool-intro__visual h1 { transform: translateY(1px); }
}

@media (max-width: 575px) {
	.tool-intro-page--calculator { height: auto; min-height: 537px; padding-bottom: 0; }
	.tool-intro__visual h1 { transform: translateY(15px); }
}

@media (min-width: 992px) {
	body.legendary-site .tool-intro__visual > img { display: block; }
	.tool-intro-page--selector { height: auto; min-height: 857px; padding-bottom: 0; }
	.tool-intro-page--calculator { height: auto; min-height: 935px; padding-bottom: 0; }
	.tool-intro__copy { margin-top: 30px; }
	.tool-intro__copy > h1 { margin-bottom: 25px; }
}

/* Exact responsive title-card and copy footprints for the two tool intros. */
@media (max-width: 991px) {
	.tool-intro__visual { display: block; padding-top: 40px; }
	.tool-intro__visual h1 { width: calc(100% - 30px); margin-inline: auto; transform: none; }
	.tool-intro__copy p { overflow: visible; }
	.tool-intro__copy .button { height: 36px; line-height: 34px; }
}

@media (max-width: 575px) {
	.tool-intro-page--selector .tool-intro__visual { height: 93px; }
	.tool-intro-page--calculator .tool-intro__visual { height: 121px; }
	.tool-intro-page--selector .tool-intro__copy,
	.tool-intro-page--calculator .tool-intro__copy { margin-top: 70px; }
	.tool-intro-page--selector .tool-intro__copy p { height: auto; min-height: 90px; }
	.tool-intro-page--calculator .tool-intro__copy p { height: auto; min-height: 180px; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.tool-intro__inner { width: calc(100% - 60px); }
	.tool-intro__visual { height: 78px; }
	.tool-intro-page--selector .tool-intro__copy,
	.tool-intro-page--calculator .tool-intro__copy { margin-top: 65px; }
	.tool-intro-page--selector .tool-intro__copy p { height: auto; min-height: 54px; }
	.tool-intro-page--calculator .tool-intro__copy p { height: auto; min-height: 90px; }
}

@media (min-width: 992px) {
	.tool-intro-page--selector .tool-intro__copy p { height: auto; min-height: 52px; overflow: visible; }
	.tool-intro-page--calculator .tool-intro__copy p { height: auto; min-height: 130px; overflow: visible; }
}

/* Exact source paint-marker geometry. */
@media (min-width: 425px) {
	.feature-carousel.brush-gray::before { top: -55px; }
	.feature-carousel.brush-gray::after { bottom: -55px; }
}

@media (min-width: 576px) and (max-width: 991px) {
	.archive-hero__panel::before { right: -30px; bottom: 0; left: -30px; width: calc(100% + 60px); height: 134%; }
	.catalog-page::after { bottom: 0; background-position: 50% -10px; }
}

@media (min-width: 600px) {
	.feature-carousel.brush-gray::before { top: -74px; }
	.feature-carousel.brush-gray::after { bottom: -94px; }
}

@media (min-width: 768px) {
	.brush-panel::after { bottom: -40px; }
	.home-intro::after { bottom: 0; }
}

@media (min-width: 992px) {
	.home-hero__visual::after {
		bottom: -15px;
		background-image: var(--reference-marker-desktop-white);
	}
	.home-intro::before, .home-intro::after { height: 20vw; }
	.feature-carousel.brush-gray::before { top: -94px; background-image: var(--reference-marker-desktop-top); }
	.feature-carousel.brush-gray::after { bottom: -94px; background-image: var(--reference-marker-desktop-slider); }
}

@media (min-width: 1200px) {
	.feature-carousel.brush-gray::before { top: -114px; }
	.feature-carousel.brush-gray::after { bottom: -114px; }
}

@media (min-width: 1400px) {
	.feature-carousel.brush-gray::before { top: -132px; }
	.feature-carousel.brush-gray::after { bottom: -132px; }
}

@media (min-width: 1800px) {
	.feature-carousel.brush-gray::before { top: -170px; }
	.feature-carousel.brush-gray::after { bottom: -170px; }
}

@media (min-width: 2000px) {
	.feature-carousel.brush-gray::before { top: -185px; }
	.feature-carousel.brush-gray::after { bottom: -185px; }
}

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

/* Final source-measured catalog, navigation, discovery and footer paint. */
.tool-intro-page {
	position: relative;
	isolation: isolate;
}

.tool-intro__background-mask {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

@media (max-width: 991px) {
	.tool-intro-page { overflow: hidden; }

	.tool-intro__visual::before {
		position: absolute;
		right: auto;
		bottom: 36%;
		left: -13.5px;
		z-index: -1;
		width: calc(100% + 27px);
		height: 136%;
		background-color: var(--site-gray);
		background-image: var(--reference-marker-mobile-white);
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: 125% auto;
		content: "";
		pointer-events: none;
	}

	.tool-intro__background-mask::after {
		position: absolute;
		right: auto;
		bottom: 36%;
		left: -13.5px;
		z-index: -1;
		width: calc(100% + 27px);
		height: 10px;
		background: #fff;
		content: "";
	}

	.tool-intro-page--calculator .tool-intro__visual h1 { width: 250px; }
	.tool-intro-page--selector .tool-intro__visual h1 { width: calc(100% - 30px); }
}

@media (min-width: 576px) and (max-width: 991px) {
	.tool-intro__visual::before {
		bottom: 0;
		left: -30px;
		width: calc(100% + 60px);
		height: 134%;
	}

	.tool-intro__background-mask::after {
		bottom: 0;
		left: -30px;
		width: calc(100% + 60px);
	}

	.tool-intro-page--calculator .tool-intro__visual h1 {
		width: calc(100% - 30px);
	}
}

@media (min-width: 992px) {
	.tool-intro-page::before,
	.tool-intro-page::after {
		position: absolute;
		right: 0;
		left: 0;
		z-index: -2;
		content: "";
		pointer-events: none;
	}

	.tool-intro-page::before {
		top: 0;
		height: 488px;
		background: var(--site-gray);
	}

	.tool-intro-page::after {
		top: 488px;
		z-index: -1;
		height: 90px;
		background-color: transparent;
		background-image: var(--reference-marker-tool-gray);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 90px;
	}

	.tool-intro__inner { position: relative; z-index: 1; }
	.tool-intro__visual::after { display: none; }
	.tool-intro__background-mask { display: none; }

	.tool-intro__visual {
		background: var(--site-purple-mid);
	}

	.tool-intro__visual img {
		clip-path: polygon(25% 0, 79% 0, 87% 76%, 75% 80%, 82% 100%, 21% 100%, 14% 18%, 28% 16%);
	}
}

.product-card__image { background: transparent; }

.product-card__rating {
	margin-bottom: 20px;
}

.product-card__rating > .star-strip { --star-cutout: #fff; }

.archive-hero__panel { border-radius: 20px 0 8px; }

/* Keep the catalog panel's painted lower edge physically joined to the
 * rectangular fill. The source marker is taller than its visible artwork;
 * explicit paint-box heights avoid a transparent seam after scaling. */
@media (max-width: 575px) {
	.archive-hero__panel.brush-panel::after {
		bottom: -22px;
		background-size: 101% 22px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.archive-hero__panel.brush-panel::after {
		bottom: -59px;
		background-size: 101% 59px;
	}
}

@media (min-width: 992px) {
	.archive-hero__panel.brush-panel::after {
		bottom: -62px;
		background-size: 101% 62px;
	}
}

@media (max-width: 575px) {
	.topics-hero.brush-panel::after,
	.tool-intro__visual.brush-panel::after {
		top: auto;
		bottom: -20px;
		height: 20px;
		background-size: 101% 20px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.topics-hero.brush-panel::after,
	.tool-intro__visual.brush-panel::after {
		top: auto;
		bottom: -54px;
		height: 54px;
		background-size: 101% 54px;
	}
}

.topics-hero {
	display: block;
	padding: 40px 15px 25px;
	border-radius: 20px 0 8px;
	background: var(--site-purple-mid);
	text-align: center;
}

.topics-hero h1 { width: 100%; }
.topics-hero::after { background-size: 101% auto; }

.topics-hero__background-mask {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

@media (max-width: 991px) {
	.topics-page::before { content: none; }

	.topics-page::after {
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
		z-index: -3;
		height: 168px;
		background-color: transparent;
		background-image: var(--reference-marker-mobile-slider);
		background-position: 100% 0;
		background-repeat: no-repeat;
		background-size: 101% auto;
		content: "";
		pointer-events: none;
	}

	.topics-hero::before {
		position: absolute;
		right: auto;
		bottom: 36%;
		left: -13.5px;
		z-index: -1;
		width: calc(100% + 27px);
		height: 136%;
		background-color: var(--site-gray);
		background-image: var(--reference-marker-mobile-white);
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: 125% auto;
		content: "";
		pointer-events: none;
	}

	.topics-hero__background-mask::after {
		position: absolute;
		right: auto;
		bottom: 36%;
		left: -13.5px;
		z-index: -1;
		width: calc(100% + 27px);
		height: 10px;
		background: #fff;
		content: "";
	}

}

@media (min-width: 576px) and (max-width: 991px) {
	.topics-hero {
		padding: 40px 15px 10px;
	}

	.topics-hero::before {
		bottom: 0;
		left: -30px;
		width: calc(100% + 60px);
		height: 134%;
	}

	.topics-hero__background-mask::after {
		bottom: 0;
		left: -30px;
		width: calc(100% + 60px);
	}
}

@media (min-width: 992px) {
	.topics-page::before,
	.topics-page::after {
		position: absolute;
		right: 0;
		left: 0;
		content: "";
		pointer-events: none;
	}

	.topics-page::before {
		top: 0;
		z-index: -2;
		height: 190px;
		background: var(--site-gray);
	}

	.topics-page::after {
		top: 190px;
		z-index: -1;
		height: 80px;
		background-color: transparent;
		background-image: var(--reference-marker-topics-gray);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 80px;
	}

	.topics-hero.brush-panel::after {
		top: auto;
		bottom: -54px;
		height: 54px;
		background-size: 101% 54px;
	}

	.topics-hero__background-mask { display: none; }
}

.footer-bottom__grid {
	width: min(1630px, 100%);
	margin-inline: auto;
}

.footer-bottom__copyright {
	width: auto;
	margin: 12px 0 0;
	line-height: 18px;
}

.footer-links a,
.footer-links button { font: 400 12px/21px "Roboto", Arial, sans-serif; }
body.legendary-site .footer-links a,
body.legendary-site .footer-links button { font: 400 12px/21px "Roboto", Arial, sans-serif; }

@media (max-width: 575px) {
	.home-hero__visual { min-height: 0; }
	.home-hero__button { bottom: 25px; height: 36px; line-height: 34px; }
	.feature-carousel { margin-top: 90px; }

	.topics-filter select {
		-webkit-appearance: none;
		appearance: none;
		padding: 6px 36px 6px 12px;
		border: 0;
		border-radius: 0;
		background-color: #fff;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
		background-position: calc(100% - 12px) 50%;
		background-repeat: no-repeat;
		background-size: 16px 12px;
	}
}

@media (max-width: 991px) {
	.site-nav__search-toggle {
		top: 12px;
		right: 50px;
		width: 20.11px;
		height: 26px;
	}

	.site-nav__search-toggle::before { top: 2px; left: 0; }

	.site-nav__toggle {
		top: 7px;
		right: 0;
		width: 48px;
		height: 34px;
		padding: 4px 12px;
		border-radius: 6px;
	}

	.archive-hero__panel::after { border-radius: 0; }

	.topics-filter select {
		-webkit-appearance: none;
		appearance: none;
		padding: 6px 36px 6px 12px;
		border-color: #e2e2e2;
		border-radius: 0;
		background-color: #fff;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
		background-position: calc(100% - 12px) 50%;
		background-repeat: no-repeat;
		background-size: 16px 12px;
	}
}

@media (min-width: 992px) {
	.topics-filter select {
		-webkit-appearance: none;
		appearance: none;
		padding: 6px 36px 6px 12px;
		border-color: #e2e2e2;
		border-radius: 0;
		background-color: #fff;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
		background-position: calc(100% - 12px) 50%;
		background-repeat: no-repeat;
		background-size: 16px 12px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.home-hero { height: calc(35.9vw + 60.890625px); }
	.home-hero__button { bottom: 25px; height: 36px; line-height: 34px; }
	.home-intro__products { top: 324px; bottom: auto; height: auto; }
	.home-product-cta { margin-top: 179.765625px; }
	.story-grid { margin-bottom: 50px; }
}

@media (min-width: 992px) {
	.home-intro { width: min(1088px, calc(100% - 48px)); }
	.home-hero__button { bottom: 135px; }
	.home-intro__products { top: 457px; bottom: auto; height: auto; }

	.tool-flow__brush {
		height: 125px;
		background-color: transparent;
		background-image: var(--reference-marker-flow-gray);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 125px;
	}

	.tool-flow__brush::after { display: none; }

	.archive-hero--products::before {
		background-color: var(--site-gray);
		background-image: var(--reference-marker-desktop-white);
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: 101% auto;
		clip-path: none;
	}

	.archive-hero__panel { border-radius: 20px 0; }

	.topics-hero {
		padding: 40px 40px 10px;
		border-radius: 20px 0;
	}

	.footer-bottom__copyright {
		width: auto;
		margin-top: 0;
		line-height: 20px;
	}
}

/* Locale-safe homepage content flow. The reference panel derives its height
 * from content and spacing nodes so longer administrator translations expand
 * instead of being clipped. These rules preserve the previously measured
 * product boxes while using the source sibling/negative-offset layout. */
.home-intro-region {
	position: relative;
	z-index: 3;
	width: calc(100% - 48px);
	margin: 0 auto;
}
.home-intro__soil-frame {
	position: absolute;
	inset: 0;
	z-index: 2;
	overflow: visible;
	pointer-events: none;
}
.home-intro__soil {
	position: absolute;
	display: block;
	max-width: none;
	height: auto;
	filter: drop-shadow(0 10px 14px rgba(53, 35, 19, .22));
	user-select: none;
}
.home-intro__soil--left {
	top: -120px;
	left: min(calc(50vw - 302px), -100px);
	width: 170px;
}
.home-intro__soil--right {
	top: -110px;
	right: min(calc(50vw - 292px), -24px);
	width: 160px;
}
.home-intro-region > .home-intro {
	width: 100%;
	height: auto;
	min-height: 521px;
	margin: 0 0 50px;
	padding: 40px 15px 80px;
	overflow: hidden;
}
.home-intro-region .home-intro__copy {
	position: static;
	max-width: 1088px;
	margin: 0 auto;
	padding: 0;
}
.home-intro-region .home-intro h1,
.home-intro-region .home-intro p {
	position: relative;
	z-index: 3;
}
.home-intro-region .home-intro p {
	margin: 0 auto 25px;
}
.home-intro-region .home-intro p:last-child { margin-bottom: 20px; }
.home-intro-region > .home-intro__products {
	position: relative;
	top: -125px;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 9;
	display: block;
	width: 100%;
	height: auto;
	max-height: 280px;
	margin: 0 auto -100px;
	object-fit: contain;
}
.home-intro-region + .home-product-cta { margin-top: 0; }
.home-intro-region + .home-product-cta .button {
	width: max-content;
	max-width: calc(100% - 32px);
	height: auto;
	min-height: 36px;
	padding: 7px 24px;
	line-height: 20px;
	overflow-wrap: anywhere;
	text-align: center;
	white-space: normal;
}

.story-carousel.story-grid {
	z-index: 1;
	isolation: isolate;
}
.home-news__botanical-frame {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: visible;
	pointer-events: none;
}
.home-news__branch {
	position: absolute;
	display: block;
	max-width: none;
	height: auto;
	filter: drop-shadow(0 10px 14px rgba(28, 48, 14, .18));
	user-select: none;
}
.home-news__branch--left {
	top: -72px;
	left: -90px;
	width: 220px;
}
.home-news__branch--right {
	top: -58px;
	right: -92px;
	width: 215px;
}
.story-carousel__viewport { z-index: 1; }

.home-footer-soil {
	position: relative;
	z-index: 4;
	width: 100%;
	height: clamp(48px, 5vw, 72px);
	overflow: visible;
	background: #fff;
	pointer-events: none;
}
.home-footer-soil + .site-footer {
	position: relative;
	z-index: 5;
}
.home-footer-soil + .site-footer::before {
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	z-index: 1;
	height: 63px;
	background: transparent url("../images/reference-svg/footer-brush-mobile.svg") 50% 50% / calc(100% + 2px) 100% no-repeat;
	content: "";
	filter: brightness(0) invert(1);
	pointer-events: none;
}
.home-footer-soil + .site-footer .footer-discovery { padding-top: 88px; }

@media (min-width: 768px) {
	.home-intro__soil--left {
		top: -160px;
		left: -100px;
		width: 230px;
	}
	.home-intro__soil--right {
		top: -148px;
		right: -24px;
		width: 220px;
	}
	.home-news__branch--left { top: -92px; left: -132px; width: 300px; }
	.home-news__branch--right { top: -72px; right: -134px; width: 290px; }
	.home-intro-region .home-intro p:last-child { margin-bottom: 120px; }
	.home-intro-region > .home-intro__products {
		top: -170px;
		max-height: none;
		margin-bottom: -165px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.home-intro-region > .home-intro { min-height: 444px; }
}

@media (min-width: 992px) {
	.home-intro-region {
		width: min(1088px, calc(100% - 48px));
		margin-top: -110px;
	}
	.home-intro-region > .home-intro {
		min-height: 577px;
		padding: 80px 15px;
	}
	.home-intro-region + .home-product-cta .button {
		min-height: 40px;
		padding: 7px 30px;
		line-height: 24px;
	}
	.home-intro__soil--left {
		top: clamp(-150px, calc(-596px + 45vw), 80px);
		left: clamp(-210px, -14vw, -120px);
		width: clamp(235px, 21.5vw, 310px);
	}
	.home-intro__soil--right {
		top: clamp(-140px, calc(-570px + 43vw), 66px);
		right: max(-188px, calc(567.385px - 59.615vw), calc(32px - 15vw));
		width: clamp(225px, 20.5vw, 295px);
	}
	.home-news__branch--left {
		top: -112px;
		left: clamp(-170px, calc(552px - 50vw), -132px);
		width: clamp(320px, 25vw, 380px);
	}
	.home-news__branch--right {
		top: -84px;
		right: clamp(-170px, calc(552px - 50vw), -134px);
		width: clamp(310px, 24vw, 365px);
	}
}

@media (min-width: 1630px) {
	.site-nav::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 20vw;
		height: 42px;
		border-radius: 0 0 0 25px;
		background: #fff;
		content: "";
	}
}

/* Homepage details measured against the live reference at 390, 768, 1440 and 1920px. */
.nav-chevron {
	display: block;
	box-sizing: border-box;
	width: 32.25px;
	height: 24px;
	padding: 0 10px;
	background: transparent !important;
	color: currentColor;
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 24px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-mask: none;
	mask: none;
}

.nav-chevron::before { content: "\f107"; }

.mobile-navigation { padding-right: 13.5px; padding-left: 13.5px; }
.mobile-navigation__disclosure .nav-chevron {
	top: 8.5px !important;
	right: 3px !important;
	width: 32.25px !important;
	height: 24px !important;
	line-height: 24px;
	transform: none !important;
}
.mobile-navigation__disclosure[aria-expanded="true"] .nav-chevron::before { content: "\f106"; }
.mobile-navigation__language .nav-chevron {
	top: 8.5px !important;
	right: auto !important;
	left: 15px !important;
	width: 32.25px !important;
	height: 24px !important;
	color: var(--site-purple);
	line-height: 24px;
}

.site-nav__toggle[aria-expanded="true"]::before {
	top: 8px;
	left: 12px;
	width: 20px;
	height: 20px;
	background: transparent;
	color: #fff;
	content: "\e910";
	font-family: "IcoMoon";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-webkit-mask: none;
	mask: none;
}
.site-nav__toggle[aria-expanded="true"] span { display: none; }

.site-nav__search-toggle::before {
	top: 2px;
	left: 0;
	width: 20.109375px;
	height: 20px;
	background: transparent;
	color: #fff;
	content: "\e92c";
	font-family: "IcoMoon";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-webkit-mask: none;
	mask: none;
}

.mobile-navigation { bottom: 0; }

.feature-slide::before,
.story-card::before {
	position: absolute;
	right: 0;
	bottom: 64px;
	left: 0;
	z-index: 1;
	height: 170px;
	background: transparent linear-gradient(180deg, rgba(71,10,104,0), rgba(68,10,99,.25), #2a063e) 0 0 no-repeat padding-box;
	content: "";
	pointer-events: none;
}

.feature-slide::after,
.story-card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 64px;
	background: #2a063e;
	content: "";
	pointer-events: none;
}

.story-card { isolation: isolate; }
.story-card > img {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	width: 260px;
	height: auto;
	min-height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
	transform: translateX(-50%);
	transition: width .4s ease-in-out;
}
body.legendary-site .story-card > img { max-width: none; }
.story-card:hover > img,
.story-card:focus-within > img { width: 280px; transform: translateX(-50%); }
.story-card__shade { display: none; }
.story-card__caption {
	position: absolute;
	right: auto;
	bottom: 0;
	left: 14px;
	z-index: 2;
	width: 95%;
	padding: 0;
	color: #fff;
	text-align: left;
}
.story-card__caption h2 {
	position: static;
	display: -webkit-box;
	width: 90%;
	margin: 0 0 10px;
	overflow: hidden;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.story-card__caption a {
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 4;
	display: inline-flex;
	width: 16px;
	height: 16px;
	margin: 0 0 15px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 28px;
	background: transparent;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
}
.story-card__caption a span { display: none; }
.story-card__caption a i {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 5px;
	height: 7px;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 0;
	line-height: 7px;
}
.story-card__caption a i svg { width: 5px; height: 7px; }

@media (max-width: 575px) {
	.story-card__caption h2 {
		display: block;
		overflow: visible;
		text-overflow: clip;
		-webkit-line-clamp: unset;
	}
}

body.legendary-site .feature-slide__caption .button {
	height: 36px;
	margin-bottom: 25px;
	padding: 9.5px 15px;
	border: 1px solid var(--site-purple-mid);
	border-radius: 28px;
	background: #fff;
	color: var(--site-purple-mid);
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
}

.feature-slide__caption { padding-bottom: 0; }

@media (min-width: 992px) {
	.site-search { width: 153.11px; height: 49px; }
	.nav-search-icon { top: 8.5px; left: 8px; width: 20.11px; height: 20px; }
	.nav-search-icon {
		background: transparent;
		color: currentColor;
		font-family: "IcoMoon";
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		-webkit-font-smoothing: antialiased;
		-webkit-mask: none;
		mask: none;
	}
	.nav-search-icon::before { content: "\e92c"; }
	.site-nav__divider {
		top: 0;
		width: 4.563px;
		height: 45px;
		background: transparent;
		color: var(--site-purple-mid);
		font: 700 18px/24px "Roboto", Arial, sans-serif;
	}
	.site-nav__divider::before { position: absolute; top: 7px; left: 1px; content: "|"; }

	.site-nav__utility-link--support .nav-chevron,
	.site-nav__utility-link--universe .nav-chevron {
		top: 8.5px !important;
		right: -10px !important;
		width: 32.25px !important;
		height: 24px !important;
		color: var(--site-purple);
		line-height: 24px;
	}
	.site-nav__utility-link--language .nav-chevron {
		top: 8.5px !important;
		right: auto !important;
		left: 15px !important;
		width: 32.25px !important;
		height: 24px !important;
		color: var(--site-purple);
		line-height: 24px;
	}
	.site-nav__dropdown > :is(a, button) .nav-chevron {
		top: 2px !important;
		right: -12px !important;
		width: 32.25px !important;
		height: 45px !important;
		line-height: 45px;
		transform: none !important;
	}
	.site-nav__dropdown.is-open > :is(a, button) .nav-chevron::before { content: "\f106"; }

	.feature-slide::before,
	.feature-slide::after { display: none; }
	.story-card::before { bottom: 102px; height: 270px; }
	.story-card::after { height: 102px; }
	.story-card__caption {
		bottom: -64px;
		transition: bottom .3s ease-in-out;
	}
	.story-card:hover .story-card__caption,
	.story-card:focus-within .story-card__caption { bottom: 0; }
	.story-card__caption h2 {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 26px;
	}
	.story-card__caption a {
		display: inline-block;
		width: fit-content;
		height: 44px;
		margin-bottom: 20px;
		padding: 8.5px 25px;
		border-radius: 22px;
		font-size: 18px;
		line-height: 26px;
		transition: color .15s ease-in-out, background-color .15s ease-in-out;
	}
	.story-card__caption a span { display: inline-block; }
	.story-card__caption a span {
		width: auto;
		height: auto;
		padding: 0;
		border: 0;
		border-radius: 0;
		font: inherit;
	}
	.story-card__caption a i { display: none; }
	.story-card:hover .story-card__caption a,
	.story-card:focus-within .story-card__caption a { background: #fff; color: #000; }

	body.legendary-site .feature-slide__caption .button {
		height: 44px;
		margin-bottom: 30px;
		padding: 8.5px 25px;
		border-color: #fff;
		border-radius: 22px;
		background: transparent;
		color: #fff;
		font-size: 18px;
		line-height: 26px;
	}
	body.legendary-site .feature-slide:hover .feature-slide__caption .button,
	body.legendary-site .feature-slide:focus-within .feature-slide__caption .button {
		background: #fff !important;
		color: #000 !important;
	}
}

/* Seven-locale flag navigation replaces the former utility/search strip. */
.language-flags {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.language-flags__link {
	position: relative;
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-decoration: none;
}
.language-flags__link img {
	display: block;
	width: 30px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, .18);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	object-fit: cover;
}
.language-flags__link.is-current::after {
	position: absolute;
	right: 4px;
	bottom: 2px;
	left: 4px;
	height: 2px;
	border-radius: 2px;
	background: var(--site-purple-mid);
	content: "";
}
.language-flags__link:hover img { transform: translateY(-1px); }
.language-flags__link:focus-visible {
	outline: 3px solid var(--site-purple-light);
	outline-offset: -2px;
}
.mobile-navigation__language {
	height: auto;
	min-height: 108px;
	padding: 8px 12px;
}
.mobile-navigation__language::before { content: none; }
.language-flags--mobile {
	width: min(200px, 100%);
	height: auto;
	flex-wrap: wrap;
	margin-inline: auto;
	column-gap: 8px;
	row-gap: 4px;
}

/* A destination and its submenu are separate controls. This prevents a
 * desktop or touch visitor from losing the page link merely because the
 * section also has a disclosure menu. */
.mobile-navigation__item--split { position: relative; }
.mobile-navigation__item--split > .mobile-navigation__link { padding-right: 50px; }
.mobile-navigation__item--split > .mobile-navigation__disclosure-toggle {
	position: absolute;
	top: 8px;
	right: 5px;
	display: inline-flex;
	width: 44px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}
.mobile-navigation__item--split > .mobile-navigation__disclosure-toggle .nav-chevron {
	position: static !important;
	width: 32.25px !important;
	height: 24px !important;
	line-height: 24px;
	transform: none !important;
}
.mobile-navigation__item--split > .mobile-navigation__disclosure-toggle[aria-expanded="true"] .nav-chevron::before { content: "\f106"; }
.mobile-navigation__item--split > .mobile-navigation__disclosure-toggle:focus-visible { outline: 2px solid #fff; outline-offset: -2px; }

@media (min-width: 992px) {
	.site-nav__dropdown--split { gap: 2px; }
	.site-nav__dropdown--split > .site-nav__dropdown-link { padding-right: 0; }
	.site-nav__dropdown--split > .site-nav__disclosure-toggle {
		position: relative;
		display: inline-flex;
		width: 32px;
		height: 40px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff;
		font: inherit;
		cursor: pointer;
	}
	.site-nav__dropdown--split > .site-nav__disclosure-toggle::after { display: none; }
	.site-nav__dropdown--split > .site-nav__disclosure-toggle .nav-chevron {
		position: static !important;
		width: 32.25px !important;
		height: 24px !important;
		line-height: 24px;
		transform: none !important;
	}
	.site-nav__dropdown--split.is-open > .site-nav__disclosure-toggle .nav-chevron::before { content: "\f106"; }
	.site-nav__dropdown--split.is-open > .site-nav__dropdown-link::after { width: 100%; }
	.site-nav__dropdown--split > .site-nav__disclosure-toggle:focus-visible { outline: 2px solid #fff; outline-offset: -2px; }
}

@media (min-width: 992px) {
	.site-nav__utility {
		display: block;
		height: 44px;
		overflow: hidden;
	}
	.language-flags--desktop {
		width: 100%;
		height: 44px;
		padding-right: 18px;
		justify-content: flex-end;
	}
}

/* Product archive details aligned with the audited production layout. */
.product-card { padding-inline: 7.5px; }
.product-card__hit { inset-inline: 8.5px; }
.product-card__type {
	color: #212529;
	font-weight: 100;
}
.product-card .button { color: #000; }
.product-card:hover .button,
.product-card:focus-within .button,
.product-card .button:hover,
.product-card .button:focus-visible {
	border-color: #000;
	background: var(--site-purple-mid);
	color: #fff;
}
.filter-search i {
	width: 16.078125px;
	margin-left: -1px;
	border: 0;
	color: #212529;
	font-family: "IcoMoon" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}
.filter-search i::before {
	position: static;
	display: inline;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #000;
	content: "\e92c";
	opacity: .8;
}
.filter-search i::after { display: none; }
.filter-search:focus-within i::before {
	color: #000;
	opacity: 1;
}
@media (max-width: 575px) {
	.archive-hero__panel.brush-panel::after {
		top: 15px;
		bottom: -15px;
		height: auto;
		background-size: 101% auto;
	}
}

@media (min-width: 576px) {
	.archive-hero__panel.brush-panel::after {
		top: 40px;
		bottom: -40px;
		height: auto;
		background-size: 101% auto;
	}
}

@media (min-width: 992px) {
	.catalog-layout { padding-bottom: 140px; }
	.product-card .button { top: -1px; }
	.filter-search i {
		width: 28.09375px;
		padding-left: 10px;
		border-bottom: 1px solid #707070;
		font-size: 18px;
		line-height: 18px;
	}
	.filter-search i::before,
	.filter-search:focus-within i::before {
		color: #bcbcbc;
		opacity: 1;
	}
}

/* Final product-archive subpixel and control typography parity. */
.product-card .button {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}
.product-card:hover .button,
.product-card:focus-within .button,
.product-card .button:hover,
.product-card .button:focus-visible { background: #470d68; }

@media (min-width: 992px) {
	.archive-hero__panel {
		left: calc(50% - 268.25px);
		width: 812.25px;
	}
	.catalog-layout { grid-template-columns: 275.75px 827.25px; }
	.filter-search input {
		font-size: 18px;
		line-height: 27px;
	}
	.product-card .button { line-height: 26px; }
}

/* Grow Topics: exact title region, controls, and CMS-backed 2/3/4-column cards. */
.topics-page {
	position: relative;
	z-index: 0;
	isolation: isolate;
}

.topics-page::before { content: none; }

.topics-page::after {
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	z-index: -2;
	height: 168px;
	background-color: transparent;
	background-image: var(--reference-marker-mobile-slider);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 101%;
	content: "";
	pointer-events: none;
}

.topics-hero {
	position: relative;
	z-index: auto;
	display: block;
	width: calc(100% - 27px);
	height: 93px;
	margin: 25px auto 40px;
	padding: 40px 15px 25px;
	overflow: visible;
	border-radius: 20px 0 8px;
	background: #470d68;
	color: #fff;
	text-align: center;
}

.topics-hero::before {
	position: absolute;
	right: auto;
	bottom: 36%;
	left: -13.5px;
	z-index: -1;
	width: calc(100% + 27px);
	height: 136%;
	background-color: #e3e3e3;
	background-image: var(--reference-marker-mobile-white);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 125%;
	content: "";
	pointer-events: none;
}

.topics-hero.brush-panel::after {
	top: 15px;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: var(--reference-marker-desktop-excerpt);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 101%;
}

.topics-hero h1 {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
	font: 700 28px/28px "Roboto Condensed", Arial, sans-serif;
	text-transform: uppercase;
}

.topics-hero__background-mask { display: none; }

.topics-filter {
	display: flex;
	width: 496.1953125px;
	max-width: calc(100% - 27px);
	height: 38px;
	margin: 0 auto 16px;
	font: 400 16px/24px "Roboto", Arial, sans-serif;
}

.topics-filter:has(button:not([hidden])) { width: 581.4765625px; }

.topics-filter label,
.topics-filter select,
.topics-filter button {
	height: 38px;
	font: inherit;
}

.topics-filter label {
	display: flex;
	flex: 0 0 94.6953125px;
	align-items: center;
	width: 94.6953125px;
	padding: 6px 12px;
	border: 1px solid #e2e2e2;
	border-radius: 6px 0 0 6px;
	background: #e2e2e2;
}

.topics-filter select {
	position: relative;
	flex: 1 1 402.5px;
	width: 402.5px;
	min-width: 0;
	margin-left: -1px;
	padding: 6px 36px 6px 12px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
	background-position: calc(100% - 12px) 50%;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.topics-filter select:focus {
	border-color: #470d68;
	box-shadow: none;
	outline: 0;
}

.topics-filter button {
	display: flex;
	flex: 0 0 86.28125px;
	align-items: center;
	justify-content: center;
	width: 86.28125px;
	margin-left: -1px;
	padding: 6px 12px;
	border: 1px solid #e2e2e2;
	border-radius: 0 6px 6px 0;
	background: #e2e2e2;
	cursor: pointer;
}

.topics-filter button[hidden] { display: none; }

.topics-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: space-between;
	width: min(340.5px, calc(100% - 26px));
	margin: auto;
	column-gap: 16.5px;
	row-gap: 20px;
}

.topic-card {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 0;
	border-radius: 20px 0;
	background: #470d68;
	color: #fff;
	isolation: isolate;
}

.topic-card__media,
.topic-card__shade,
.topic-card__link { position: absolute; inset: 0; }

.topic-card__media {
	z-index: 0;
	overflow: hidden;
	background: #470d68;
}

.topic-card__media picture { display: block; width: 100%; }

.topic-card__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	transform-origin: 50% 0;
	transition: transform .4s ease-in-out;
}

.topic-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #470d68;
}

.topic-card__shade {
	z-index: 1;
	border-radius: 0 0 20px;
	background: linear-gradient(0deg,#2a063e 0%,#2a063e 30%,rgba(42,6,62,.5) 60%,transparent 80%);
	pointer-events: none;
}

.topic-card__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 0 14px;
	border-radius: 0 0 20px;
	pointer-events: none;
}

.topic-card .topic-card__caption h2 {
	position: static;
	margin: 0 0 10px;
	color: #fff;
	font: 700 15px/17px "Roboto", Arial, sans-serif;
	hyphens: auto;
	overflow-wrap: anywhere;
}

.topic-card__action {
	display: flex;
	width: 16px;
	height: 16px;
	margin: 0 0 15px;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.topic-card__action-label { display: none; }

.topic-card__action i {
	display: inline-flex;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 0;
	font-style: normal;
}

.topic-card__action i svg {
	display: block;
	width: 5px;
	height: 7px;
	fill: currentColor;
}

.topic-card .topic-card__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: inherit;
	background: transparent;
	color: inherit;
	opacity: 1;
	transform: none;
}

.topic-card .topic-card__link:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -5px;
}

.topic-card:hover .topic-card__image,
.topic-card:focus-within .topic-card__image { transform: scale(1.1); }

.topics-empty {
	grid-column: 1 / -1;
	margin: 10px 0 60px;
	padding: 32px;
	border-radius: 20px 0;
	background: var(--site-gray);
	text-align: center;
}

.topics-grid--empty {
	display: block;
	height: auto;
}

@media (max-width: 532px) {
	.topics-filter {
		width: calc(100% - 27px);
		max-width: none;
		height: 74px;
		padding: 0 13px;
		flex-direction: column;
		align-items: center;
	}

	.topics-filter:has(button:not([hidden])) {
		width: calc(100% - 27px);
		height: 112px;
	}

	.topics-filter label {
		flex: 0 0 38px;
		width: 100%;
		height: 38px;
		justify-content: center;
		border-radius: 0;
	}

	.topics-filter select {
		flex: 0 0 36px;
		width: 100%;
		height: 36px;
		margin-left: -1px;
		border-width: 0 0 1px;
		text-align: center;
	}

	.topics-filter button {
		flex: 0 0 38px;
		width: 100%;
		height: 38px;
		margin-left: -1px;
		border-radius: 0;
	}
}

@media (min-width: 533px) {
	.topics-grid {
		grid-template-columns: repeat(3, 1fr);
		justify-content: normal;
		width: calc(100% - 56px);
		gap: 20px;
	}

	.topic-card {
		width: 100%;
		height: auto;
		aspect-ratio: 2 / 3;
	}
}

@media (min-width: 576px) {
	.topics-page::after { height: 153px; }

	.topics-hero {
		width: calc(100% - 60px);
		height: 78px;
		margin-bottom: 65px;
		padding: 40px 15px 10px;
	}

	.topics-hero::before {
		bottom: 0;
		left: -30px;
		width: calc(100% + 60px);
		height: 134%;
	}

	.topics-hero.brush-panel::after { top: 40px; }
}

@media (min-width: 992px) {
	.topics-page::before {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: -2;
		height: 200px;
		background: #e3e3e3;
		content: "";
		pointer-events: none;
	}

	.topics-page::after {
		top: 130px;
		z-index: -1;
		height: 275px;
		background-image: var(--reference-header-bg);
		background-position: 100% 0;
		background-size: 100%;
	}

	.topics-hero {
		z-index: 1;
		width: min(1088px, calc(100% - 60px));
		height: 115px;
		margin: 30px auto 65px;
		padding: 40px 40px 10px;
		border-radius: 20px 0;
	}

	.topics-hero::before { display: none; }

	.topics-hero h1 { font-size: 65px; line-height: 65px; }

	.topics-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: min(1102px, calc(100% - 46px));
		gap: 20px;
	}

	.topic-card {
		width: 100%;
		height: auto;
		aspect-ratio: 2 / 3;
	}

	.topic-card__caption {
		margin-bottom: -64px;
		transition: margin-bottom .4s ease-in-out;
	}

	.topic-card .topic-card__caption h2 {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 26px;
	}

	.topic-card__action {
		width: 146.05px;
		height: 44px;
		padding: 8.5px 25px;
		border: 1px solid #fff;
		border-radius: 22px;
		background: #fff;
		color: #470d68;
		font: 700 18px/26px "Roboto", Arial, sans-serif;
	}

	.topic-card__action-label { display: inline; }
	.topic-card__action i { display: none; }

	.topic-card:hover .topic-card__caption,
	.topic-card:focus-within .topic-card__caption { margin-bottom: 20px; }
}

.topic-detail {
	position: relative;
	background: #fff;
	isolation: isolate;
}

.topic-detail__container {
	width: 100%;
	max-width: 1088px;
	margin-inline: auto;
	padding: 30px 13.5px;
}

.topic-detail__hero {
	position: relative;
	height: 321px;
}

.topic-detail__hero::before,
.topic-detail__hero::after {
	position: absolute;
	right: 0;
	left: 0;
	content: "";
	pointer-events: none;
}

.topic-detail__hero::before {
	top: 0;
	height: 236px;
	background: var(--site-gray);
}

.topic-detail__hero::after {
	top: -10px;
	height: 286px;
	background-color: transparent;
	background-image: var(--reference-marker-mobile-slider);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 101%;
}

.topic-detail__hero-inner {
	position: relative;
	z-index: 1;
	width: calc(100% - 27px);
	max-width: 1088px;
	height: 286px;
	margin-inline: auto;
	padding-top: 13.5px;
}

.topic-detail__title {
	margin: 0 0 25px;
	color: var(--site-ink);
	font: 700 28px/28px "Roboto Condensed", Arial, sans-serif;
}

.topic-detail__intro,
.topic-detail__intro p {
	color: var(--site-ink);
	font: 700 14px/18px "Roboto", Arial, sans-serif;
}

.topic-detail__intro {
	margin: 0 0 25px;
	padding-bottom: 2.5px;
}
.topic-detail__intro p { margin: 0; }

.topic-detail__media {
	width: 100%;
	height: 286px;
	margin: 0;
	overflow: hidden;
	border-radius: 20px 0;
	background: var(--site-gray-soft);
}

.topic-detail__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.topic-detail__content {
	color: var(--site-ink);
	font: 400 16px/24px "Roboto", Arial, sans-serif;
}

.topic-detail__content::after {
	display: block;
	clear: both;
	content: "";
}

.topic-detail--without-image .topic-detail__article { padding-top: 0; }
.topic-detail__content > :first-child { margin-top: 0; }

.topic-detail__content p {
	font: 400 14px/18px "Roboto", Arial, sans-serif;
}

.topic-detail__content p { margin-top: 0; margin-bottom: 25px; }
.topic-detail__content ul,
.topic-detail__content ol,
.topic-detail__content blockquote { margin-top: 0; margin-bottom: 1rem; }
.topic-detail__content li > ul,
.topic-detail__content li > ol { margin-bottom: 0; }
.topic-detail__content p:last-child { margin-bottom: 0; }

.topic-detail__content h2,
.topic-detail__content h3,
.topic-detail__content h4 {
	margin-top: 0;
	margin-bottom: 25px;
	color: var(--site-ink);
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: 700;
}

.topic-detail__content h2 { font-size: 22px; line-height: 22px; }
.topic-detail__content h3 { font-size: 15px; line-height: 17px; }
.topic-detail__content h4 { font-size: 18px; line-height: 16px; }
.topic-detail__content a {
	color: #36c;
	font-weight: 500;
	text-decoration: none;
}

.topic-detail__content ul {
	padding-left: 12px;
}

.topic-detail__content ol { padding-left: 2rem; }

.topic-detail__content ul li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	list-style: none;
}

.topic-detail__content ul li::before {
	position: absolute;
	top: 5px;
	left: -12px;
	width: 6px;
	height: 6px;
	border-radius: 2px 0;
	background: var(--site-purple-mid);
	content: "";
}

.topic-detail__content > .wp-block-image:not(.alignright):not(.alignleft):not(.mystique-topic-video):not(.mystique-topic-source-float),
.topic-detail__content .wp-block-gallery {
	width: 100%;
	margin: 40px auto 30px;
}

.topic-detail__content .wp-block-image.alignright,
.topic-detail__content .wp-block-image.alignleft {
	width: 100%;
	margin: 0 auto 35px;
}

.topic-detail__content > .wp-block-image:not(.alignright):not(.alignleft):not(.mystique-topic-video):not(.mystique-topic-source-float) img {
	display: block;
	width: 100%;
	height: 224px;
	object-fit: cover;
	border-radius: 20px 0;
}

.topic-detail__content .wp-block-image.alignright img,
.topic-detail__content .wp-block-image.alignleft img {
	display: block;
	width: 100%;
	height: 224px;
	object-fit: cover;
	border-radius: 20px 0;
}

.topic-detail__content .wp-block-image.mystique-topic-source-float {
	width: 100%;
	margin: 0 auto 35px;
}

.topic-detail__content .wp-block-image.mystique-topic-source-float > figure {
	display: block;
	float: none;
	width: 100%;
	height: 224px;
	margin: 0;
}

.topic-detail__content .wp-block-image.mystique-topic-source-float img {
	display: block;
	width: 100%;
	height: 224px;
	object-fit: cover;
	border-radius: 20px 0;
}

.topic-detail__content .mystique-topic-video {
	position: relative;
	width: 100%;
	height: 188px;
	min-height: 0 !important;
	margin: 40px 0;
	padding: 0;
	overflow: hidden;
	border-radius: 20px 0;
}

.topic-detail__content .mystique-topic-video > a {
	display: block;
	width: 100%;
	height: 100%;
}

.topic-detail__content .mystique-topic-video > img,
.topic-detail__content .mystique-topic-video > a > img,
.topic-detail__content .wp-block-cover.mystique-topic-video > .wp-block-cover__image-background,
.topic-detail__content .wp-block-cover.mystique-topic-video > video.wp-block-cover__video-background {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	margin: 0;
	object-fit: cover;
	border-radius: 0;
}

.topic-detail__content .wp-block-cover.mystique-topic-video > .wp-block-cover__background {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.topic-detail__content .wp-block-cover.mystique-topic-video > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.topic-detail__content .mystique-topic-video .wp-block-image.mystique-topic-video__play {
	position: relative;
	z-index: 3;
	width: min(111px, 32%);
	height: auto;
	aspect-ratio: 111 / 113;
	margin: 0 !important;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.topic-detail__content .mystique-topic-video .wp-block-image.mystique-topic-video__play > a,
.topic-detail__content .mystique-topic-video .wp-block-image.mystique-topic-video__play > img,
.topic-detail__content .mystique-topic-video .wp-block-image.mystique-topic-video__play > a > img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	border: 0;
	border-radius: 0;
}

.topic-detail__content .mystique-topic-video .wp-block-image.mystique-topic-video__play > a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.topic-detail__content .mystique-topic-video__play:not(.wp-block-image) {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: min(111px, 32%);
	height: auto;
	aspect-ratio: 111 / 113;
	padding: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, .18);
	color: #fff;
	font-size: 0;
	line-height: 0;
	transform: translate(-50%, -50%);
}

.topic-detail__content .mystique-topic-video__play:not(.wp-block-image)::before {
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 34px solid currentColor;
	content: "";
}

.topic-detail__content .mystique-topic-video__play:not(.wp-block-image):focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.topic-detail__content .wp-block-gallery.has-nested-images,
.topic-detail__content .wp-block-gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px !important;
	overflow: hidden;
}

.topic-detail__content .wp-block-gallery.has-nested-images figure.wp-block-image,
.topic-detail__content .wp-block-gallery .wp-block-image {
	width: 100% !important;
	margin: 0;
	flex-grow: 0;
}

.topic-detail__content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img,
.topic-detail__content .wp-block-gallery .wp-block-image img {
	display: block;
	width: 100% !important;
	height: 224px !important;
	flex: 0 0 auto;
	object-fit: cover;
	border-radius: 0;
}

.topic-detail__content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):first-child img { border-radius: 20px 0 0; }
.topic-detail__content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-child img { border-radius: 0 0 20px; }

.topic-detail__content .wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 0 0 25px;
}

.topic-detail__content .wp-block-column {
	flex: 1 1 100%;
	min-width: 0;
}

.topic-detail__content .wp-block-media-text {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
	align-items: center;
	margin: 0 0 25px;
}

.topic-detail__content .wp-block-media-text__media img,
.topic-detail__content .wp-block-column .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px 0;
}

.topic-detail__content .wp-block-table {
	margin: 0 0 25px;
	overflow-x: auto;
}

.topic-detail__content .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
}

.topic-detail__content .wp-block-table th,
.topic-detail__content .wp-block-table td {
	padding: 10px 12px;
	border: 1px solid #c3c3c3;
	text-align: left;
}

.topic-detail__content .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 25px;
}

.topic-detail__content .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 7px 30px;
	border: 1px solid transparent;
	border-radius: 28px;
	background: var(--site-purple-mid);
	color: #fff;
	font-weight: 700;
	line-height: 24px;
}

.topic-detail__content .wp-block-embed,
.topic-detail__content .wp-block-separator,
.topic-detail__content .wp-block-quote,
.topic-detail__content .wp-block-pullquote { margin-top: 0; margin-bottom: 25px; }

.topic-detail__content .wp-block-embed iframe {
	display: block;
	max-width: 100%;
}

.topic-detail__content .wp-block-separator {
	border: 0;
	border-top: 1px solid #c3c3c3;
}

.topic-detail__content .wp-block-quote {
	padding-left: 18px;
	border-left: 6px solid var(--site-purple-mid);
}

.topic-detail__content figcaption {
	padding: 8px 12px 0;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 768px) {
	.topic-detail__container { padding: 60px 30px; }
	.topic-detail__hero { height: 326px; }
	.topic-detail__hero::before { height: 200px; }
	.topic-detail__hero::after { top: -10px; height: 250px; }
	.topic-detail__hero-inner { width: calc(100% - 60px); }
	.topic-detail__content > .wp-block-image:not(.alignright):not(.alignleft):not(.mystique-topic-video):not(.mystique-topic-source-float),
	.topic-detail__content .wp-block-gallery { margin: 80px auto; }
	.topic-detail__content > .wp-block-image:not(.alignright):not(.alignleft):not(.mystique-topic-video):not(.mystique-topic-source-float) img,
	.topic-detail__content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img,
	.topic-detail__content .wp-block-gallery .wp-block-image img { height: 360px !important; }
	.topic-detail__content .wp-block-image.alignright img,
	.topic-detail__content .wp-block-image.alignleft img { height: auto; }
	.topic-detail__content .wp-block-image.mystique-topic-source-float > figure,
	.topic-detail__content .wp-block-image.mystique-topic-source-float img { height: auto; }
	.topic-detail__content .mystique-topic-video { height: 376px; }
	.topic-detail__content .wp-block-gallery.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.topic-detail__content .wp-block-gallery.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.topic-detail__content .wp-block-gallery.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.topic-detail__content .wp-block-gallery.columns-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.topic-detail__content .wp-block-gallery.columns-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
	.topic-detail__content .wp-block-column { flex-basis: 0; }
	.topic-detail__content .wp-block-media-text { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
	.topic-detail__content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { order: 2; }
	.topic-detail__content p strong {
		font-family: "Roboto Condensed", Arial, sans-serif;
		font-weight: 700;
	}
}

@media (min-width: 992px) {
	.topic-detail__hero { height: 460px; }
	.topic-detail__hero::before { height: 315px; }
	.topic-detail__hero::after {
		top: -90px;
		height: 445px;
		background-image: var(--reference-marker-desktop-slider);
		background-size: 100%;
	}
	.topic-detail__hero-inner {
		width: calc(100% - 60px);
		height: 400px;
		padding-top: 30px;
	}
	.topic-detail__media { height: 400px; border-radius: 50px 0; }
	.topic-detail__title { font-size: 65px; line-height: 65px; }
	.topic-detail__intro,
	.topic-detail__intro p { font-size: 18px; line-height: 26px; }
	.topic-detail__intro { padding-bottom: 0; }
	.topic-detail__content { font-size: 18px; line-height: 24px; }
	.topic-detail__content p { font-size: 18px; line-height: 26px; }
	.topic-detail__content h2 { font-size: 30px; line-height: 30px; }
	.topic-detail__content h3 { font-size: 22px; line-height: 22px; }
	.topic-detail__content ul { padding-left: 23px; }
	.topic-detail__content ul li { font-size: 18px; line-height: 26px; }
	.topic-detail__content ul li::before {
		top: 7px;
		left: -23px;
		width: 12px;
		height: 12px;
		border-radius: 4px 0;
	}
	.topic-detail__content > .wp-block-image:not(.alignright):not(.alignleft):not(.mystique-topic-video):not(.mystique-topic-source-float) img { height: 500px !important; }
	.topic-detail__content .wp-block-image.alignright {
		float: right;
		width: 50%;
		margin: 0 0 35px 35px;
	}
	.topic-detail__content .wp-block-image.alignleft {
		float: left;
		width: 50%;
		margin: 0 35px 35px 0;
	}
	.topic-detail__content .mystique-topic-video {
		height: 612px;
		margin: 80px 0;
		border-radius: 50px 0;
	}
	.topic-detail__content .wp-block-image.mystique-topic-source-float {
		float: right;
		width: 50%;
		max-width: 625px;
		margin: 0 0 35px 35px;
	}
	.topic-detail__content .wp-block-image.mystique-topic-source-float > figure {
		width: 100%;
		margin: 0 0 48px;
	}
	.topic-detail__content .wp-block-image.mystique-topic-source-float img {
		width: 100%;
		height: auto !important;
		margin-left: 8px;
	}
	.topic-detail__content p a { display: inline-block; position: relative; }
	.topic-detail__content p a::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 2px;
		background: #36c;
		content: "";
		transform: scaleX(0);
		transform-origin: left;
		transition: transform .3s ease-in-out;
	}
	.topic-detail__content p a:hover::after,
	.topic-detail__content p a:focus::after { transform: scaleX(1); }
}

@media (min-width: 1200px) {
	.topic-detail__hero::after { top: -16px; }
}

@media (min-width: 1400px) {
	.topic-detail__hero::after { top: 2px; }
}

@media (min-width: 1800px) {
	.topic-detail__hero::after { top: 40px; }
}

@media (min-width: 1148px) {
	.topic-detail__hero-inner { width: 1088px; }
	.topic-detail__container { padding-right: 0; padding-left: 0; }
}

/* Homepage: CMS-backed, four-card article carousel. */
.story-carousel.story-grid {
	position: relative;
	display: block;
	width: min(334px, calc(100% - 44px));
	height: auto;
	padding-bottom: 25px;
	overflow: visible;
}

.story-carousel__viewport {
	position: relative;
	width: 100%;
	overflow: visible;
	touch-action: pan-y;
}

.story-carousel__clip { width: 100%; overflow: hidden; }

.story-carousel__viewport:focus-visible {
	border-radius: 20px 0;
	outline: 3px solid var(--site-purple-light);
	outline-offset: 4px;
}

.story-carousel__track {
	display: flex;
	width: 100%;
	align-items: stretch;
	transition: transform .35s ease-in-out;
	will-change: transform;
}

.story-carousel__page {
	display: grid;
	width: 100%;
	min-width: 0;
	flex: 0 0 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 15px 10px;
	padding-bottom: 0;
}

.story-carousel .story-card {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
}

.story-card__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.story-card__media > img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
	transform: translateX(-50%);
	transition: transform .4s ease-in-out;
}

.story-card:hover .story-card__media > img,
.story-card:focus-within .story-card__media > img { transform: translateX(-50%) scale(1.077); }

.story-card__placeholder {
	background:
		linear-gradient(180deg, rgba(255,255,255,.08), rgba(42,6,62,.35)),
		linear-gradient(135deg, #607934, #2a063e);
}

.story-carousel__empty {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 40px 15px 55px;
	color: var(--site-ink);
	text-align: center;
}

@media (min-width: 992px) {
	.story-carousel.story-grid { width: min(var(--site-content), calc(100% - 96px)); }
	.story-carousel__page {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
	}
	.story-carousel .story-card { aspect-ratio: 260 / 386.5; }
}

@media (prefers-reduced-motion: reduce) {
	.story-carousel__track,
	.story-card__media > img { transition: none; }
}

/* Business contact section ------------------------------------------------ */
.contact-section {
	--contact-brush-top: clamp(50px, 9.5vw, 94px);
	--contact-brush-bottom: clamp(63px, 9.5vw, 94px);
	position: relative;
	z-index: 1;
	isolation: isolate;
	padding: clamp(64px, 8vw, 112px) 0;
	overflow: visible;
	background: #fff;
}
.contact-page { overflow-x: clip; }
.contact-section.brush-gray::before,
.contact-section.brush-gray::after {
	top: auto;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 0;
	width: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	clip-path: none;
	filter: brightness(0) invert(1);
	pointer-events: none;
}
.contact-section.brush-gray::before {
	bottom: calc(100% - 1px);
	height: var(--contact-brush-top);
	background-image: var(--reference-marker-mobile-top);
}
.contact-section.brush-gray::after {
	top: calc(100% - 1px);
	height: var(--contact-brush-bottom);
	background-image: var(--reference-marker-mobile-slider);
}
.contact-section--home { margin-top: 24px; }
.contact-section--page { min-height: 670px; }
.contact-section__soil {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}
.contact-section__soil-asset {
	position: absolute;
	right: clamp(-140px, -6vw, -64px);
	bottom: clamp(-84px, -4vw, -48px);
	display: block;
	width: clamp(420px, 38vw, 560px);
	max-width: none;
	height: auto;
	filter: saturate(.9) contrast(1.08) drop-shadow(0 12px 18px rgba(53, 35, 19, .14));
	opacity: .78;
	user-select: none;
}
.contact-section__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 36px;
}
.contact-section__copy,
.contact-section__form,
.mystique-contact-form,
.mystique-contact-form__grid,
.mystique-contact-form__field { min-width: 0; }
.contact-section__copy { padding-top: 4px; }
.contact-section__copy h1,
.contact-section__copy h2 {
	max-width: 620px;
	margin: 0 0 20px;
	color: var(--site-purple-mid);
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(38px, 6vw, 64px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: .98;
}
.contact-section__intro {
	max-width: 590px;
	margin: 0;
	color: #353238;
	font-size: 17px;
	line-height: 1.6;
}
.contact-section__form {
	width: 100%;
	max-width: 760px;
	padding: clamp(22px, 4vw, 42px);
	border: 1px solid rgba(42, 6, 62, .1);
	border-radius: 32px 0;
	background: #fff;
	box-shadow: 0 22px 55px rgba(42, 6, 62, .11);
}
.contact-section__form .mystique-contact-form__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
}
.contact-section__form .mystique-contact-form__field--wide { grid-column: 1 / -1; }
.contact-section__form .mystique-contact-form__field,
.contact-section__form .wpcf7-form-control-wrap { display: block; }
.contact-section__form .mystique-contact-form__label,
.contact-section__form .wpcf7-form label {
	display: block;
	margin: 0 0 7px;
	color: var(--site-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}
.contact-section__form .mystique-contact-form__control,
.contact-section__form .wpcf7-form input[type="text"],
.contact-section__form .wpcf7-form input[type="email"],
.contact-section__form .wpcf7-form input[type="tel"],
.contact-section__form .wpcf7-form select,
.contact-section__form .wpcf7-form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #77717a;
	border-radius: 8px 0;
	background: #fff;
	color: var(--site-ink);
	font-size: 16px;
	line-height: 24px;
	transition: border-color .16s ease, box-shadow .16s ease;
}
.contact-section__form .wpcf7-form textarea {
	min-height: 144px;
	resize: vertical;
}
.contact-section__form .mystique-contact-form__control:hover,
.contact-section__form .wpcf7-form input[type="text"]:hover,
.contact-section__form .wpcf7-form input[type="email"]:hover,
.contact-section__form .wpcf7-form input[type="tel"]:hover,
.contact-section__form .wpcf7-form select:hover,
.contact-section__form .wpcf7-form textarea:hover { border-color: var(--site-purple-mid); }
.contact-section__form :is(input, select, textarea, button, a):focus-visible {
	outline: 3px solid var(--site-purple-light);
	outline-offset: 3px;
}
.contact-section__form .wpcf7-form input.wpcf7-not-valid,
.contact-section__form .wpcf7-form select.wpcf7-not-valid,
.contact-section__form .wpcf7-form textarea.wpcf7-not-valid {
	border-color: #b3261e;
	box-shadow: 0 0 0 1px #b3261e;
}
.contact-section__form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: #9f1c15;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.contact-section__form .wpcf7-submit,
.contact-section__form button[type="submit"],
.contact-section__form input[type="submit"] {
	display: inline-flex;
	width: auto;
	max-width: 100%;
	min-width: min(230px, 100%);
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 11px 28px;
	border: 2px solid var(--site-purple-mid);
	border-radius: 26px;
	background: var(--site-purple-mid);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	transition: background-color .16s ease, color .16s ease;
}
.contact-section__form .wpcf7-submit:hover,
.contact-section__form button[type="submit"]:hover,
.contact-section__form input[type="submit"]:hover {
	background: #fff;
	color: var(--site-purple-mid);
}
.contact-section__form .wpcf7-submit:disabled,
.contact-section__form button[type="submit"]:disabled,
.contact-section__form input[type="submit"]:disabled {
	cursor: not-allowed;
	opacity: .58;
}
.contact-section__form .wpcf7-spinner { margin: 10px 0 0 12px; vertical-align: middle; }
.contact-section__form .wpcf7-list-item { margin: 0; }
.contact-section__form .wpcf7-acceptance label {
	display: flex;
	min-height: 48px;
	align-items: flex-start;
	gap: 10px;
}
.contact-section__form .wpcf7-acceptance input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 1px 0 0;
	flex: 0 0 22px;
}
.contact-section__form .mystique-contact-form__privacy,
.contact-section__privacy {
	margin: 18px 0 0;
	color: #5c565f;
	font-size: 13px;
	line-height: 20px;
}
.contact-section__form .mystique-contact-form__privacy a,
.contact-section__privacy a {
	color: var(--site-purple-mid);
	font-weight: 700;
	text-underline-offset: 3px;
}
.contact-section__form .wpcf7 form .wpcf7-response-output,
.contact-section__form .wpcf7-response-output {
	margin: 22px 0 0;
	padding: 13px 15px;
	border: 2px solid #8a6810;
	border-radius: 9px 0;
	background: #fff8df;
	color: #4b3908;
	font-size: 14px;
	line-height: 20px;
}
.contact-section__form .wpcf7 form.sent .wpcf7-response-output {
	border-color: #426524;
	background: #f0f8e8;
	color: #294316;
}
.contact-section__form .wpcf7 form.invalid .wpcf7-response-output,
.contact-section__form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-section__form .wpcf7 form.failed .wpcf7-response-output,
.contact-section__form .wpcf7 form.aborted .wpcf7-response-output,
.contact-section__form .wpcf7 form.spam .wpcf7-response-output {
	border-color: #b3261e;
	background: #fff0ef;
	color: #801610;
}
.contact-section__fallback,
.contact-section__form .mystique-contact-form__notice {
	padding: clamp(20px, 4vw, 32px);
	border-left: 4px solid var(--site-green);
	border-radius: 12px 0;
	background: var(--site-gray-soft);
	color: var(--site-ink);
}
.contact-section__fallback p,
.contact-section__form .mystique-contact-form__notice p { margin: 0; }
.contact-section__fallback p + p,
.contact-section__form .mystique-contact-form__notice p + p { margin-top: 12px; }
.contact-section__fallback a,
.contact-section__form .mystique-contact-form__notice a {
	color: var(--site-purple-mid);
	font-weight: 700;
	overflow-wrap: anywhere;
	text-underline-offset: 3px;
}
.contact-section__form :is(.cf-turnstile, .wpcf7-turnstile, iframe) { max-width: 100%; }

@media (min-width: 640px) {
	.contact-section__form .mystique-contact-form__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
	.contact-section {
		--contact-brush-top: clamp(94px, 9.5vw, 182px);
		--contact-brush-bottom: clamp(94px, 9.5vw, 182px);
	}
	.contact-section.brush-gray::before { background-image: var(--reference-marker-desktop-top); }
	.contact-section.brush-gray::after { background-image: var(--reference-marker-desktop-slider); }
	.contact-section__inner {
		grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
		gap: clamp(48px, 6vw, 80px);
	}
	.contact-section__copy { position: sticky; top: calc(130px + var(--site-admin-offset, 0px) + 24px); }
	.contact-section__form { justify-self: end; }
	.contact-section--page .contact-section__inner { padding-top: 12px; }
	.home-footer-soil + .site-footer::before {
		height: clamp(94px, 9.5vw, 182px);
		background-image: url("../images/reference-svg/footer-brush-desktop.svg");
	}
	.home-footer-soil + .site-footer .footer-discovery { padding-top: 146px; }
}

@media (max-width: 575px) {
	.contact-section {
		padding: 56px 0;
	}
	.contact-section__soil-asset { right: -164px; bottom: -42px; width: 420px; opacity: .72; }
	.contact-section--home { margin-top: 8px; }
	.contact-section__inner { width: min(100% - 32px, var(--site-content)); gap: 28px; }
	.contact-section__copy h1,
	.contact-section__copy h2 { font-size: 38px; line-height: 40px; }
	.contact-section__intro { font-size: 16px; line-height: 24px; }
	.contact-section__form { padding: 22px 16px; border-radius: 24px 0; }
	.contact-section__form .wpcf7-submit,
	.contact-section__form button[type="submit"],
	.contact-section__form input[type="submit"] { width: 100%; }
}

/* Product archive: six families, one 20 L packshot per card. */
.catalog-page,
.catalog-layout,
.product-results,
.product-grid,
.product-card { min-width: 0; }

.product-grid {
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	margin-inline: 0;
}

.product-card {
	width: 100%;
	min-height: 513px;
	padding: 20px 14px 28px;
}

.product-card__hit {
	inset: 0;
	border-color: rgba(71, 13, 104, .13);
	background: transparent;
}

.product-card__image {
	display: flex;
	width: 100%;
	height: 306px;
	margin: 0 0 12px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.product-card__image picture {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.product-card__image img {
	width: auto;
	max-width: 86%;
	height: auto;
	max-height: 86%;
	object-fit: contain;
	object-position: 50% 50%;
}

.product-card h2 {
	display: flex;
	min-height: 48px;
	margin: 0 0 8px;
	padding: 0 8px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.product-card__rating {
	display: flex;
	width: 100%;
	min-height: 24px;
	height: auto;
	margin: 0 0 16px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #1f1b22;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.product-card__rating > .star-strip {
	width: 72px;
	height: 15px;
	flex: 0 0 72px;
	vertical-align: middle;
}

.product-card__rating strong,
.product-card__rating small,
.product-card__rating > span:not(.star-strip) {
	padding-top: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.product-card__rating strong { margin-left: 0; }
.product-card__rating small { margin-left: 2px; opacity: .62; }
.product-card__rating small::before { left: -4px; }
.product-card__rating.is-empty > span:not(.star-strip) { color: #706a73; font-weight: 400; }

.product-card .button {
	width: min(176px, calc(100% - 24px));
	min-width: 0;
	height: 40px;
	margin-top: auto;
	padding: 6px 18px;
	line-height: 26px;
}

.product-filter-chips,
.product-filter-chips__list { min-width: 0; }

.product-filter-chip {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.catalog-page { overflow-x: clip; }

@media (max-width: 991px) {
	.archive-hero--products {
		height: auto;
		padding: clamp(20px, 5vw, 36px) clamp(16px, 4vw, 30px) clamp(58px, 8vw, 76px);
		background: var(--site-gray);
	}

	.archive-hero__panel {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: min(100%, 812px);
		min-height: 0;
		height: auto;
		margin: 0 auto;
		padding: clamp(30px, 5vw, 42px) clamp(18px, 5vw, 40px);
	}

	.archive-hero__panel h1 { margin-bottom: 20px; }
	.catalog-layout { padding-bottom: 128px; }
	.catalog-layout.content-container { width: min(calc(100% - 32px), 820px); }
	.product-results { padding-top: 28px; }
	.product-filters {
		width: 100%;
		max-width: 100vw;
		padding-top: 0;
		padding-right: max(15px, env(safe-area-inset-right));
		padding-bottom: calc(90px + env(safe-area-inset-bottom));
		padding-left: max(15px, env(safe-area-inset-left));
	}

	.product-filters__groups {
		right: max(15px, env(safe-area-inset-right));
		bottom: calc(89px + env(safe-area-inset-bottom));
		left: max(15px, env(safe-area-inset-left));
		overscroll-behavior: contain;
	}

	.filter-group label {
		display: flex;
		min-height: 40px;
		align-items: center;
		line-height: 22px;
	}

	.filter-group label input { flex: 0 0 16px; }
	.filter-group label small { margin-left: 5px; line-height: 22px; }
	.mobile-filter-button { bottom: max(35px, calc(18px + env(safe-area-inset-bottom))); }
}

@media (max-width: 575px) {
	.archive-hero--products { padding-inline: 16px; }
	.archive-hero--products .archive-hero__panel {
		min-height: 217px;
		padding: 30px 18px 34px;
	}
	.archive-hero__panel p { font-size: 15px; line-height: 21px; }
	.product-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
	.product-card { max-width: 360px; min-height: 476px; justify-self: center; padding-bottom: 24px; }
	.product-card__image { height: clamp(232px, 70vw, 272px); }
	.product-card__image img { max-width: 76%; max-height: 76%; }
	.product-card h2 { min-height: 48px; font-size: 19px; line-height: 24px; }
	.product-results__empty { padding: 56px 12px; }
}

/* Keep each locale on one shared mobile baseline while preserving natural
 * growth if editorial copy ever exceeds it. */
@media (max-width: 479px) {
	.archive-hero--products .archive-hero__panel { min-height: 238px; }
}

@media (max-width: 419px) {
	.archive-hero--products .archive-hero__panel { min-height: 259px; }
}

@media (max-width: 379px) {
	.archive-hero--products .archive-hero__panel { min-height: 280px; }
}

@media (max-width: 339px) {
	.archive-hero--products .archive-hero__panel { min-height: 350px; }
}

@media (min-width: 576px) and (max-width: 767px) {
	.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
	.product-card { min-height: 430px; padding-inline: 10px; }
	.product-card__image { height: 226px; }
	.product-card__image img { max-width: 76%; max-height: 76%; }
	.product-card h2 { font-size: 17px; }
	.product-card .button { width: min(160px, calc(100% - 16px)); }
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
	.product-card { min-height: 460px; }
	.product-card__image { height: 250px; }
	.product-card h2 { font-size: 20px; }
}

@media (min-width: 576px) and (max-width: 595px) {
	.archive-hero--products .archive-hero__panel { min-height: 198px; }
}

@media (min-width: 596px) and (max-width: 798px) {
	.archive-hero--products .archive-hero__panel { min-height: calc(120px + 10vw); }
}

@media (min-width: 799px) and (max-width: 839px) {
	.archive-hero--products .archive-hero__panel { min-height: calc(102px + 10vw); }
}

@media (min-width: 840px) and (max-width: 991px) {
	.archive-hero--products .archive-hero__panel { min-height: 186px; }
}

@media (min-width: 992px) {
	.archive-hero__image {
		width: min(var(--site-content), calc(100% - 48px));
	}

	.archive-hero__panel {
		--catalog-edge: max(24px, calc((100% - 1103px) / 2));
		--catalog-image-edge: max(24px, calc((100% - var(--site-content)) / 2));
		right: var(--catalog-image-edge);
		left: auto;
		width: calc(100% - var(--catalog-edge) - var(--catalog-edge) - 291px);
		min-height: 260px;
		height: auto;
	}

	.catalog-layout,
	.catalog-layout.content-container {
		grid-template-columns: minmax(218px, 276px) minmax(0, 1fr);
		gap: 18px;
		width: min(1103px, calc(100% - 48px));
	}

	.product-filters { min-width: 0; padding-inline: 7px; }
	.product-results { min-width: 0; }
	.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 18px; }
	.product-card { min-height: 488px; padding-inline: 12px; }
	.product-card__image { height: 278px; }
	.product-card h2 { font-size: 20px; }
}

@media (min-width: 1200px) {
	.catalog-layout,
	.catalog-layout.content-container {
		grid-template-columns: 276px minmax(0, 827px);
		gap: 0;
	}

	.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 17px; }
	.product-card { min-height: 513px; }
	.product-card__image { height: 306px; }
}

@media (min-width: 992px) and (max-width: 1059px) {
	.archive-hero--products .archive-hero__panel { min-height: 265px; }
}

/* Missing routes retain the same site shell and a readable recovery action. */
.not-found-page { min-height: 60vh; padding: 125px 0 70px; text-align: center; }
.not-found-page .content-container { max-width: 760px; }
.not-found-page__code { margin: 0; color: var(--site-purple-mid); font-size: 60px; font-weight: 700; line-height: 1.1; }
.not-found-page h1 { margin: 16px 0; font-size: clamp(28px, 5vw, 44px); }
.not-found-page p { line-height: 1.6; }
.not-found-page .button { margin-top: 20px; }
@media (min-width: 992px) { .not-found-page { padding-top: 220px; } }
.content-page { min-height: 60vh; padding: 110px 0 60px; overflow-wrap: anywhere; }
.content-page .content-container { max-width: 1000px; }
.content-page article > h1 { font-size: clamp(30px, 5vw, 54px); line-height: 1.1; }
.content-page img, .content-page video, .content-page iframe { max-width: 100%; }
.content-page p, .content-page li { line-height: 1.6; }
@media (min-width: 992px) { .content-page { padding-top: 210px; } }
