/* Editorial Style B. This file is loaded only by the isolated homepage variant. */

html[data-avk-theme="light"] {
    color-scheme: light;
}

html[data-avk-theme="dark"] {
    color-scheme: dark;
    background: #0f1211;
}

html[data-avk-theme="dark"]:has(body.avk-rd-editorial-shell) {
    background: #0f1211;
}

body.avk-rd-editorial-shell {
    --avk-ed-ink: #202526;
    --avk-ed-muted: #697174;
    --avk-ed-line: #d9dddc;
    --avk-ed-paper: #ffffff;
    --avk-ed-soft: #f2f4f3;
    --avk-ed-cool: #e8eef0;
    --avk-ed-accent: #1f5b50;
    --avk-ed-accent-hover: #17483f;
    --avk-ed-on-accent: #ffffff;
    --avk-ed-price: #c9362b;
    --avk-ed-page: #f7f8f7;
    --avk-ed-header: rgba(255, 255, 255, 0.98);
    --avk-ed-image-well: #e9eceb;
    --avk-ed-focus: #2e776a;
    --avk-ed-shadow: 0 12px 30px rgba(32, 37, 38, 0.12);
    background: var(--avk-ed-page);
    color: var(--avk-ed-ink);
    transition: background-color 180ms ease, color 180ms ease;
}

body.avk-rd-editorial-shell .avk-app-popup {
    display: none !important;
}

body.avk-rd-editorial-shell .avk-rd-announcement {
    min-height: 35px;
    padding: 7px 20px;
    background: var(--avk-ed-accent);
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
}

body.avk-rd-editorial-shell .avk-rd-announcement__viewport {
    overflow: visible;
}

body.avk-rd-editorial-shell .avk-rd-announcement__track {
    display: block;
    width: 100%;
    animation: none;
    transform: none;
}

body.avk-rd-editorial-shell .avk-rd-announcement__track span {
    display: block;
    padding: 0;
}

body.avk-rd-editorial-shell .avk-rd-announcement__track span[aria-hidden="true"] {
    display: none;
}

body.avk-rd-editorial-shell .avk-rd-site-header {
    border-bottom: 1px solid var(--avk-ed-line);
    background: var(--avk-ed-header);
    color: var(--avk-ed-ink);
    transition: background-color 180ms ease, border-color 180ms ease;
}

body.avk-rd-editorial-shell .avk-rd-header-shell {
    width: min(1280px, calc(100% - 56px));
    min-height: 82px;
}

body.avk-rd-editorial-shell .avk-rd-site-header .avk-rd-brand {
    color: var(--avk-ed-ink) !important;
}

body.avk-rd-editorial-shell .avk-rd-site-header .avk-rd-brand__image,
body.avk-rd-editorial-shell .avk-rd-site-header .avk-rd-brand__fallback {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    padding: 4px;
    background: var(--avk-ed-ink);
}

body.avk-rd-editorial-shell .avk-rd-primary-nav {
    gap: 30px;
}

body.avk-rd-editorial-shell .avk-rd-primary-nav a,
body.avk-rd-editorial-shell .avk-rd-header-actions > a {
    color: var(--avk-ed-muted);
    transition: color 150ms ease;
}

body.avk-rd-editorial-shell .avk-rd-primary-nav a:hover,
body.avk-rd-editorial-shell .avk-rd-primary-nav a.is-active,
body.avk-rd-editorial-shell .avk-rd-header-actions > a:hover {
    color: var(--avk-ed-ink);
}

body.avk-rd-editorial-shell .avk-rd-primary-nav a.is-active {
    text-decoration: underline;
    text-decoration-color: var(--avk-ed-accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

body.avk-rd-editorial-shell .avk-rd-header-search,
body.avk-rd-editorial-shell .avk-rd-mobile-search {
    width: 176px;
    border-bottom-color: var(--avk-ed-muted);
}

body.avk-rd-editorial-shell .avk-rd-header-search:focus-within,
body.avk-rd-editorial-shell .avk-rd-mobile-search:focus-within {
    border-bottom-color: var(--avk-ed-accent);
}

body.avk-rd-editorial-shell .avk-rd-header-search input,
body.avk-rd-editorial-shell .avk-rd-mobile-search input {
    color: var(--avk-ed-ink);
}

body.avk-rd-editorial-shell .avk-rd-header-search input::placeholder,
body.avk-rd-editorial-shell .avk-rd-mobile-search input::placeholder {
    color: var(--avk-ed-muted);
}

body.avk-rd-editorial-shell .avk-rd-header-search button,
body.avk-rd-editorial-shell .avk-rd-mobile-search button {
    color: var(--avk-ed-ink);
}

body.avk-rd-editorial-shell .avk-rd-header-actions > .avk-rd-cart-link .avk-rd-cart-count {
    background: var(--avk-ed-accent);
    color: #ffffff;
}

body.avk-rd-editorial-shell .avk-rd-menu-toggle {
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-color: var(--avk-ed-line);
    border-radius: 3px;
    background: var(--avk-ed-paper);
    color: var(--avk-ed-ink);
}

body.avk-rd-editorial-shell .avk-ed-theme-toggle {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--avk-ed-line);
    border-radius: 50%;
    background: transparent;
    color: var(--avk-ed-ink);
    cursor: pointer;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.avk-rd-editorial-shell .avk-ed-theme-toggle:hover,
body.avk-rd-editorial-shell .avk-rd-menu-toggle:hover {
    border-color: var(--avk-ed-accent);
    background: var(--avk-ed-soft);
    color: var(--avk-ed-accent);
}

body.avk-rd-editorial-shell .avk-ed-theme-toggle:active,
body.avk-rd-editorial-shell .avk-rd-menu-toggle:active {
    transform: scale(0.96);
}

body.avk-rd-editorial-shell .avk-ed-theme-toggle__sun,
body.avk-rd-editorial-shell .avk-ed-theme-toggle__moon {
    display: inline-flex;
}

html[data-avk-theme="light"] body.avk-rd-editorial-shell .avk-ed-theme-toggle__sun,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-ed-theme-toggle__moon {
    display: none;
}

body.avk-rd-editorial-shell :where(a, button, summary, input):focus-visible {
    outline: 2px solid var(--avk-ed-focus);
    outline-offset: 3px;
}

body.avk-rd-editorial-shell .avk-home-editorial-preview {
    --avk-bg: var(--avk-ed-page);
    --avk-surface: var(--avk-ed-paper);
    --avk-ink: var(--avk-ed-ink);
    --avk-muted: var(--avk-ed-muted);
    --avk-soft: var(--avk-ed-soft);
    --avk-line: var(--avk-ed-line);
    --avk-price: var(--avk-ed-price);
    background: var(--avk-bg);
    color: var(--avk-ed-ink);
}

body.avk-rd-editorial-shell .avk-preview-shell {
    width: min(1180px, calc(100% - 56px));
}

body.avk-rd-editorial-shell .avk-preview-banner {
    width: min(1180px, calc(100% - 56px));
    margin: 20px auto 0;
    background: var(--avk-ed-soft);
}

body.avk-rd-editorial-shell .avk-preview-banner__track {
    height: min(340px, 24vw);
    min-height: 230px;
}

body.avk-rd-editorial-shell .avk-preview-banner__slide img {
    object-fit: contain;
}

body.avk-rd-editorial-shell .avk-preview-banner__arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--avk-ed-line);
    border-radius: 50%;
    background: var(--avk-ed-paper);
    color: var(--avk-ed-ink);
    font-size: 26px;
    opacity: 0.92;
    transition: background-color 150ms ease, color 150ms ease, opacity 150ms ease, transform 150ms ease;
}

body.avk-rd-editorial-shell .avk-preview-banner__arrow:hover {
    background: var(--avk-ed-ink);
    color: var(--avk-ed-paper);
    opacity: 1;
}

body.avk-rd-editorial-shell .avk-preview-banner__arrow--prev {
    left: 16px;
}

body.avk-rd-editorial-shell .avk-preview-banner__arrow--next {
    right: 16px;
}

body.avk-rd-editorial-shell .avk-preview-banner__dots {
    bottom: 13px;
}

body.avk-rd-editorial-shell .avk-preview-banner__dots button {
    width: 18px;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.55);
}

body.avk-rd-editorial-shell .avk-preview-banner__dots button.is-active {
    background: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-section {
    padding: 68px 0;
}

body.avk-rd-editorial-shell .avk-preview-products + .avk-preview-products {
    padding-top: 68px;
    border-top: 1px solid var(--avk-ed-line);
    background: #f1f4f3;
}

body.avk-rd-editorial-shell .avk-preview-heading {
    max-width: none;
    margin: 0 0 24px;
    text-align: left;
}

body.avk-rd-editorial-shell .avk-preview-heading h2,
body.avk-rd-editorial-shell .avk-preview-story h2,
body.avk-rd-editorial-shell .avk-preview-member h2 {
    font-family: "Songti TC", "Noto Serif TC", Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
}

body.avk-rd-editorial-shell .avk-preview-heading--with-copy {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
    gap: 56px;
    align-items: end;
}

body.avk-rd-editorial-shell .avk-preview-heading--with-copy p {
    max-width: 620px;
    margin: 0;
}

body.avk-rd-editorial-shell .avk-preview-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 18px;
    transition: opacity 140ms ease;
}

body.avk-rd-editorial-shell .avk-preview-product-grid.is-loading {
    opacity: 0.58;
    pointer-events: none;
}

body.avk-rd-editorial-shell .avk-preview-product-card {
    position: relative;
    text-align: center;
}

body.avk-rd-editorial-shell .avk-preview-product-card__image {
    aspect-ratio: 1;
    border: 1px solid transparent;
    border-radius: 7px;
    background: var(--avk-ed-image-well);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.avk-rd-editorial-shell .avk-preview-product-card__image img {
    transition: transform 180ms ease;
}

body.avk-rd-editorial-shell .avk-preview-product-card__quick {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--avk-ed-line);
    border-radius: 50%;
    background: var(--avk-ed-paper);
    box-shadow: 0 8px 22px rgba(32, 37, 38, 0.16);
    color: var(--avk-ed-ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(7px) scale(0.92);
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.avk-rd-editorial-shell .avk-preview-product-card__image:is(:hover, :focus-visible) .avk-preview-product-card__quick,
body.avk-rd-editorial-shell .avk-preview-product-card:focus-within .avk-preview-product-card__quick {
    opacity: 1;
    transform: translateY(0) scale(1);
}

body.avk-rd-editorial-shell .avk-preview-product-card__image:hover .avk-preview-product-card__quick {
    border-color: var(--avk-ed-accent);
    background: var(--avk-ed-accent);
    color: var(--avk-ed-on-accent);
}

body.avk-rd-editorial-shell .avk-preview-product-card__image:hover img {
    transform: scale(1.025);
}

body.avk-rd-editorial-shell .avk-preview-product-card:hover .avk-preview-product-card__image {
    border-color: var(--avk-ed-line);
    box-shadow: var(--avk-ed-shadow);
    transform: translateY(-2px);
}

body.avk-rd-editorial-shell .avk-preview-product-card__badge {
    top: 12px;
    left: 12px;
    padding: 4px 7px;
    border-radius: 0;
    background: var(--avk-ed-price);
    font-size: 10px;
}

body.avk-rd-editorial-shell .avk-preview-product-card__badge--sold-out {
    background: #505755;
    color: #ffffff;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-product-card__badge--sold-out {
    background: #767e7b;
    color: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-product-card__body {
    align-items: center;
    padding: 10px 0 0;
}

body.avk-rd-editorial-shell .avk-preview-product-card h3 {
    display: -webkit-box;
    height: 40px;
    min-height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align: center;
}

body.avk-rd-editorial-shell .avk-preview-product-card h3 a {
    transition: color 150ms ease;
}

body.avk-rd-editorial-shell .avk-preview-product-card h3 a:hover {
    color: var(--avk-ed-accent);
}

body.avk-rd-editorial-shell .avk-preview-product-card__price {
    width: 100%;
    min-height: 19px;
    margin-top: 5px;
    color: var(--avk-ed-price);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

body.avk-rd-editorial-shell .avk-preview-product-card__cta {
    width: auto;
    min-height: 32px;
    flex: 0 0 auto;
    align-self: auto;
    margin-top: 0;
    padding: 5px 13px;
    border: 1px solid var(--avk-ed-line);
    border-radius: 8px;
    background: transparent;
    color: var(--avk-ed-ink) !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-home-editorial-preview {
    color: var(--avk-ed-ink);
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-product-card h3 a,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-faq-list summary,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-category-card__content,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-story,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-contact {
    color: var(--avk-ed-ink);
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-product-card__price del,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-product-card__price del .amount {
    color: var(--avk-ed-muted) !important;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-product-card__price ins,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-product-card__price ins .amount {
    color: var(--avk-ed-price) !important;
}

body.avk-rd-editorial-shell .avk-preview-product-card__cta.is-variable {
    border-color: var(--avk-ed-accent);
    background: var(--avk-ed-accent);
    color: var(--avk-ed-on-accent) !important;
}

body.avk-rd-editorial-shell .avk-preview-product-card__cta.is-simple:hover {
    border-color: var(--avk-ed-ink);
    background: var(--avk-ed-ink);
    color: var(--avk-ed-paper) !important;
}

body.avk-rd-editorial-shell .avk-preview-product-card__cta.is-variable:hover {
    border-color: var(--avk-ed-accent-hover);
    background: var(--avk-ed-accent-hover);
    color: var(--avk-ed-on-accent) !important;
    box-shadow: 0 8px 18px rgba(31, 91, 80, 0.2);
}

body.avk-rd-editorial-shell .avk-preview-product-card__cta:hover {
    transform: translateY(-1px);
}

body.avk-rd-editorial-shell .avk-preview-product-card__cta:active {
    box-shadow: none;
    transform: translateY(0);
}

body.avk-rd-editorial-shell .avk-preview-section-action {
    margin-top: 42px;
    text-align: right;
}

body.avk-rd-editorial-shell .avk-preview-product-card[hidden],
body.avk-rd-editorial-shell .avk-preview-product-pager[hidden] {
    display: none !important;
}

body.avk-rd-editorial-shell .avk-preview-product-pager {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__arrow {
    display: inline-flex;
    width: 38px;
    height: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--avk-ed-line);
    border-radius: 50%;
    background: transparent;
    color: var(--avk-ed-ink);
    font: inherit;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__arrow:hover:not(:disabled),
body.avk-rd-editorial-shell .avk-preview-product-pager__arrow:focus-visible {
    border-color: var(--avk-ed-accent);
    background: var(--avk-ed-accent);
    color: var(--avk-ed-on-accent);
}

body.avk-rd-editorial-shell .avk-preview-product-pager__arrow:active:not(:disabled) {
    transform: scale(0.96);
}

body.avk-rd-editorial-shell .avk-preview-product-pager__arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__pages {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__ellipsis {
    display: inline-flex;
    width: 14px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: var(--avk-ed-muted);
    font-size: 12px;
    line-height: 1;
    opacity: 0.7;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__pages button {
    position: relative;
    width: 24px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__pages button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--avk-ed-muted);
    content: "";
    opacity: 0.45;
    transform: translate(-50%, -50%);
    transition: width 160ms ease, border-radius 160ms ease, background-color 160ms ease, opacity 160ms ease;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__pages button:is(:hover, :focus-visible)::before {
    background: var(--avk-ed-accent);
    opacity: 0.8;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__pages button.is-active::before {
    width: 18px;
    border-radius: 6px;
    background: var(--avk-ed-accent);
    opacity: 1;
}

body.avk-rd-editorial-shell .avk-preview-product-pager__status {
    min-width: 38px;
    color: var(--avk-ed-muted);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

body.avk-rd-editorial-shell .avk-preview-pill-link {
    min-height: 38px;
    padding: 7px 16px;
    border-color: var(--avk-ed-ink);
    border-radius: 8px;
    background: transparent;
    color: var(--avk-ed-ink) !important;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.avk-rd-editorial-shell .avk-preview-pill-link:hover {
    background: var(--avk-ed-ink);
    color: var(--avk-ed-paper) !important;
    transform: translateY(-1px);
}

body.avk-rd-editorial-shell .avk-preview-pill-link:active {
    transform: translateY(0);
}

body.avk-rd-editorial-shell .avk-preview-category-section {
    border-top: 0;
    background: #e8eeec;
}

body.avk-rd-editorial-shell .avk-preview-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.avk-rd-editorial-shell .avk-preview-category-card {
    display: grid;
    min-height: 0;
    grid-template-rows: auto 1fr;
    overflow: visible;
    background: transparent;
    color: var(--avk-ed-ink) !important;
}

body.avk-rd-editorial-shell .avk-preview-category-card img {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: var(--avk-ed-image-well);
    transition: transform 200ms ease, filter 200ms ease;
}

body.avk-rd-editorial-shell .avk-preview-category-card__shade {
    display: none;
}

body.avk-rd-editorial-shell .avk-preview-category-card__content {
    position: static;
    padding: 16px 0 12px;
    border-bottom: 1px solid var(--avk-ed-line);
    transition: border-color 160ms ease, color 160ms ease;
}

body.avk-rd-editorial-shell .avk-preview-category-card:hover img {
    filter: saturate(0.9);
    transform: scale(1.015);
}

body.avk-rd-editorial-shell .avk-preview-category-card:hover .avk-preview-category-card__content {
    border-bottom-color: var(--avk-ed-accent);
    color: var(--avk-ed-accent);
}

body.avk-rd-editorial-shell .avk-preview-category-card__content strong {
    font-family: "Songti TC", "Noto Serif TC", Georgia, serif;
    font-size: 19px;
    font-weight: 600;
}

body.avk-rd-editorial-shell .avk-preview-category-card__content small {
    color: var(--avk-ed-muted);
}

body.avk-rd-editorial-shell .avk-preview-authority {
    border-top: 0;
    background: var(--avk-ed-accent);
    color: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-authority .avk-preview-heading h2,
body.avk-rd-editorial-shell .avk-preview-authority .avk-preview-heading p,
body.avk-rd-editorial-shell .avk-preview-authority .avk-preview-trust-grid h3,
body.avk-rd-editorial-shell .avk-preview-authority .avk-preview-trust-grid p {
    color: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-trust-grid {
    gap: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

body.avk-rd-editorial-shell .avk-preview-trust-grid article {
    padding: 0 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    text-align: left;
}

body.avk-rd-editorial-shell .avk-preview-trust-grid article:first-child {
    padding-left: 0;
}

body.avk-rd-editorial-shell .avk-preview-trust-grid article:last-child {
    padding-right: 0;
    border-right: 0;
}

body.avk-rd-editorial-shell .avk-preview-trust-grid span {
    display: block;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    text-align: left;
}

body.avk-rd-editorial-shell .avk-preview-trust-grid h3 {
    margin-top: 12px;
    font-size: 17px;
}

body.avk-rd-editorial-shell .avk-preview-story-section {
    background: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-story {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 0;
}

body.avk-rd-editorial-shell .avk-preview-story__media,
body.avk-rd-editorial-shell .avk-preview-story__media img {
    min-height: 500px;
    height: 500px;
}

body.avk-rd-editorial-shell .avk-preview-story__copy {
    align-self: stretch;
    padding: 64px 54px;
    background: var(--avk-ed-cool);
}

body.avk-rd-editorial-shell .avk-preview-story h3 {
    margin-top: 14px;
    color: var(--avk-ed-accent);
    font-size: 17px;
}

body.avk-rd-editorial-shell .avk-preview-story p {
    margin-top: 24px;
}

body.avk-rd-editorial-shell .avk-preview-brands {
    background: #f7f8f7;
}

body.avk-rd-editorial-shell .avk-preview-brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.avk-rd-editorial-shell .avk-preview-brand-grid a {
    min-height: 104px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #e3e7e4;
    border-radius: 4px;
    background: #ffffff;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.avk-rd-editorial-shell .avk-preview-brand-grid a:hover {
    border-color: #aeb8b3;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(20, 27, 24, 0.08);
    transform: translateY(-2px);
}

body.avk-rd-editorial-shell .avk-preview-brand-grid img {
    width: min(100%, 220px);
    height: auto;
    max-height: 76px;
    aspect-ratio: 8 / 3;
    object-fit: contain;
}

body.avk-rd-editorial-shell .avk-preview-member {
    padding: 0 0 84px;
    background: #f7f8f7;
}

body.avk-rd-editorial-shell .avk-preview-member__panel {
    min-height: 190px;
    padding: 42px 50px;
    border: 0;
    background: #202526;
    color: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-member h2,
body.avk-rd-editorial-shell .avk-preview-member p {
    color: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-member p {
    color: rgba(255, 255, 255, 0.7);
}

body.avk-rd-editorial-shell .avk-preview-member .avk-preview-pill-link {
    border-color: #ffffff;
    color: #ffffff !important;
}

body.avk-rd-editorial-shell .avk-preview-member .avk-preview-pill-link--light {
    background: #ffffff;
    color: var(--avk-ed-ink) !important;
}

body.avk-rd-editorial-shell .avk-preview-faq {
    background: #ffffff;
}

body.avk-rd-editorial-shell .avk-preview-faq__inner {
    display: grid;
    max-width: 1180px;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 84px;
}

body.avk-rd-editorial-shell .avk-preview-faq .avk-preview-heading {
    margin: 0;
}

body.avk-rd-editorial-shell .avk-preview-faq-list {
    border-top-color: var(--avk-ed-line);
}

body.avk-rd-editorial-shell .avk-preview-faq-list details {
    border-bottom-color: var(--avk-ed-line);
}

body.avk-rd-editorial-shell .avk-preview-faq-list summary {
    padding: 22px 46px 22px 10px;
    font-size: 15px;
    transition: background-color 150ms ease, color 150ms ease;
}

body.avk-rd-editorial-shell .avk-preview-faq-list summary:hover,
body.avk-rd-editorial-shell .avk-preview-faq-list details[open] summary {
    background: var(--avk-ed-soft);
    color: var(--avk-ed-accent);
}

body.avk-rd-editorial-shell .avk-preview-faq-list summary::after {
    right: 4px;
    color: var(--avk-ed-accent);
    transition: transform 160ms ease;
}

body.avk-rd-editorial-shell .avk-preview-faq-list details[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

body.avk-rd-editorial-shell .avk-preview-faq-list p {
    padding: 0 46px 24px 10px;
}

body.avk-rd-editorial-shell .avk-preview-contact {
    padding: 62px 0;
    border-top: 1px solid var(--avk-ed-line);
    background: #eef2f3;
}

body.avk-rd-editorial-shell .avk-preview-contact nav a {
    color: var(--avk-ed-accent);
}

body.avk-rd-editorial-shell .avk-rd-site-footer {
    border-top: 0;
    background: #202526;
}

body.avk-rd-editorial-shell .avk-rd-footer-main {
    width: min(1180px, calc(100% - 56px));
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell {
    --avk-ed-ink: #f1f4f2;
    --avk-ed-muted: #a8b0ad;
    --avk-ed-line: #343b39;
    --avk-ed-paper: #171b1a;
    --avk-ed-soft: #202624;
    --avk-ed-cool: #1d2724;
    --avk-ed-accent: #72aa9e;
    --avk-ed-accent-hover: #8bbcaf;
    --avk-ed-on-accent: #0f1715;
    --avk-ed-price: #ff766b;
    --avk-ed-page: #101312;
    --avk-ed-header: rgba(16, 19, 18, 0.98);
    --avk-ed-image-well: #e5e8e7;
    --avk-ed-focus: #8fc4b8;
    --avk-ed-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-announcement {
    background: #19463e;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-site-header .avk-rd-brand__image,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-site-header .avk-rd-brand__fallback {
    background: #0b0d0c;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-menu-toggle {
    background: var(--avk-ed-paper);
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-header-actions > .avk-rd-cart-link .avk-rd-cart-count {
    background: var(--avk-ed-accent);
    color: var(--avk-ed-on-accent);
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-products + .avk-preview-products {
    background: #151917;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-category-section {
    background: #18201e;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-authority {
    background: #19463e;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-story-section,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-faq {
    background: #101312;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-brands,
html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-member {
    background: #121614;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-brand-grid a {
    margin-bottom: 0;
    border-color: #343b38;
    background: #ffffff;
    color: #202526;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-brand-grid a:hover {
    border-color: #ffffff;
    background: #ffffff;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-member__panel {
    background: #1d2422;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-member .avk-preview-pill-link--light {
    border-color: #f1f4f2;
    background: #f1f4f2;
    color: #171b1a !important;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-contact {
    background: #18201f;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-site-footer {
    background: #0c0f0e;
}

@media (max-width: 1100px) {
    body.avk-rd-editorial-shell .avk-preview-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.avk-rd-editorial-shell .avk-preview-heading--with-copy {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    body.avk-rd-editorial-shell .avk-preview-faq__inner {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 50px;
    }
}

@media (max-width: 1024px) {
    body.avk-rd-editorial-shell .avk-rd-header-shell {
        width: min(100% - 30px, 1280px);
        min-height: 72px;
    }

    body.avk-rd-editorial-shell .avk-rd-primary-nav {
        border: 1px solid var(--avk-ed-line);
        background: #ffffff;
        box-shadow: 0 18px 40px rgba(32, 37, 38, 0.1);
    }

    body.avk-rd-editorial-shell .avk-rd-primary-nav a {
        border-bottom-color: var(--avk-ed-line);
        color: var(--avk-ed-ink);
    }

    html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-primary-nav {
        background: var(--avk-ed-paper);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-search {
        width: 100%;
    }

    body.avk-rd-editorial-shell .avk-preview-story {
        grid-template-columns: 1fr;
    }

    body.avk-rd-editorial-shell .avk-preview-story__copy {
        padding: 46px 42px;
    }
}

@media (max-width: 900px) {
    body.avk-rd-editorial-shell .avk-preview-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.avk-rd-editorial-shell .avk-preview-shell {
        width: min(100% - 28px, 1180px);
    }

    body.avk-rd-editorial-shell .avk-preview-banner {
        width: 100%;
        margin-top: 0;
    }

    body.avk-rd-editorial-shell .avk-preview-banner__track,
    body.avk-rd-editorial-shell .avk-preview-banner__slide img {
        height: 200px;
        min-height: 200px;
    }

    body.avk-rd-editorial-shell .avk-preview-banner__arrow {
        width: 34px;
        height: 34px;
        font-size: 22px;
    }

    body.avk-rd-editorial-shell .avk-preview-section {
        padding: 60px 0;
    }

    body.avk-rd-editorial-shell .avk-preview-products + .avk-preview-products {
        padding-top: 60px;
    }

    body.avk-rd-editorial-shell .avk-preview-heading {
        margin-bottom: 24px;
    }

    body.avk-rd-editorial-shell .avk-preview-heading h2,
    body.avk-rd-editorial-shell .avk-preview-story h2,
    body.avk-rd-editorial-shell .avk-preview-member h2 {
        font-size: 25px;
    }

    body.avk-rd-editorial-shell .avk-preview-heading--with-copy,
    body.avk-rd-editorial-shell .avk-preview-faq__inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.avk-rd-editorial-shell .avk-preview-heading--with-copy p {
        margin: 0;
    }

    body.avk-rd-editorial-shell .avk-preview-product-grid {
        gap: 26px 14px;
    }

    body.avk-rd-editorial-shell .avk-preview-product-card h3 {
        height: 40px;
        min-height: 40px;
        font-size: 13px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    body.avk-rd-editorial-shell .avk-preview-product-pager {
        gap: 7px;
        margin-top: 22px;
    }

    body.avk-rd-editorial-shell .avk-preview-section-action {
        margin-top: 34px;
    }

    body.avk-rd-editorial-shell .avk-preview-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    body.avk-rd-editorial-shell .avk-preview-category-card img {
        aspect-ratio: 1;
    }

    body.avk-rd-editorial-shell .avk-preview-category-card__content strong {
        font-size: 16px;
    }

    body.avk-rd-editorial-shell .avk-preview-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 0;
    }

    body.avk-rd-editorial-shell .avk-preview-trust-grid article,
    body.avk-rd-editorial-shell .avk-preview-trust-grid article:first-child,
    body.avk-rd-editorial-shell .avk-preview-trust-grid article:last-child {
        padding: 0 18px;
        border-right: 1px solid rgba(255, 255, 255, 0.22);
    }

    body.avk-rd-editorial-shell .avk-preview-trust-grid article:nth-child(2n) {
        border-right: 0;
    }

    body.avk-rd-editorial-shell .avk-preview-story__media,
    body.avk-rd-editorial-shell .avk-preview-story__media img {
        min-height: 280px;
        height: 280px;
    }

    body.avk-rd-editorial-shell .avk-preview-story__copy {
        padding: 36px 26px;
    }

    body.avk-rd-editorial-shell .avk-preview-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.avk-rd-editorial-shell .avk-preview-member {
        padding-bottom: 60px;
    }

    body.avk-rd-editorial-shell .avk-preview-member__panel {
        padding: 34px 26px;
    }

    body.avk-rd-editorial-shell .avk-preview-faq-list summary {
        padding-right: 34px;
        font-size: 14px;
    }

    body.avk-rd-editorial-shell .avk-preview-faq-list p {
        padding-right: 28px;
    }

    body.avk-rd-editorial-shell .avk-preview-contact {
        padding: 48px 0;
    }

    body.avk-rd-editorial-shell .avk-rd-footer-main {
        width: min(100% - 30px, 1180px);
    }
}

/* Touch dragging augments the existing banner controls without blocking page scroll. */
body.avk-rd-editorial-shell .avk-preview-banner__viewport {
    touch-action: pan-y pinch-zoom;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}

body.avk-rd-editorial-shell .avk-preview-banner__viewport.is-dragging {
    cursor: grabbing;
}

body.avk-rd-editorial-shell .avk-preview-banner__slide.is-active {
    transform: translate3d(var(--avk-banner-drag-x, 0), 0, 0);
    transition: opacity 300ms ease, transform 180ms ease-out;
    will-change: transform, opacity;
}

body.avk-rd-editorial-shell .avk-preview-banner__viewport.is-dragging .avk-preview-banner__slide.is-active {
    transition: none;
}

body.avk-rd-editorial-shell .avk-preview-banner__slide img {
    pointer-events: none;
    -webkit-user-drag: none;
}

@media (prefers-reduced-motion: reduce) {
    body.avk-rd-editorial-shell *,
    body.avk-rd-editorial-shell *::before,
    body.avk-rd-editorial-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    body.avk-rd-editorial-shell .avk-preview-product-card__image img,
    body.avk-rd-editorial-shell .avk-rd-announcement__track {
        animation: none !important;
        transition: none;
    }
}

/* Compact controls and useful next-step interactions. */
body.avk-rd-editorial-shell .avk-preview-heading--action {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
}

body.avk-rd-editorial-shell .avk-preview-heading-link,
body.avk-rd-editorial-shell .avk-preview-faq-actions a {
    padding-bottom: 3px;
    border-bottom: 1px solid var(--avk-ed-line);
    color: var(--avk-ed-muted) !important;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: border-color 150ms ease, color 150ms ease;
}

body.avk-rd-editorial-shell .avk-preview-heading-link:hover,
body.avk-rd-editorial-shell .avk-preview-faq-actions a:hover {
    border-bottom-color: var(--avk-ed-accent);
    color: var(--avk-ed-accent) !important;
}

body.avk-rd-editorial-shell .avk-preview-pill-link.is-primary {
    border-color: var(--avk-ed-accent);
    background: var(--avk-ed-accent);
    color: var(--avk-ed-on-accent) !important;
}

body.avk-rd-editorial-shell .avk-preview-pill-link.is-primary:hover {
    border-color: var(--avk-ed-accent-hover);
    background: var(--avk-ed-accent-hover);
    color: var(--avk-ed-on-accent) !important;
}

body.avk-rd-editorial-shell .avk-preview-category-card img {
    border-radius: 7px;
}

body.avk-rd-editorial-shell .avk-preview-trust-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 34px;
}

body.avk-rd-editorial-shell .avk-preview-trust-actions a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.avk-rd-editorial-shell .avk-preview-trust-actions a:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #19463e !important;
    transform: translateY(-1px);
}

body.avk-rd-editorial-shell .avk-preview-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

body.avk-rd-editorial-shell .avk-preview-story__actions .avk-preview-pill-link {
    margin-top: 0;
}

body.avk-rd-editorial-shell .avk-preview-member__panel {
    border-radius: 8px;
}

body.avk-rd-editorial-shell .avk-preview-faq-main {
    min-width: 0;
}

body.avk-rd-editorial-shell .avk-preview-faq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 24px;
    padding-left: 10px;
}

body.avk-rd-editorial-shell .avk-preview-contact nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

body.avk-rd-editorial-shell .avk-preview-contact nav a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border: 1px solid var(--avk-ed-line);
    border-radius: 8px;
    background: var(--avk-ed-paper);
    font-size: 12px;
    font-weight: 600;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body.avk-rd-editorial-shell .avk-preview-contact nav a:hover {
    border-color: var(--avk-ed-accent);
    background: var(--avk-ed-accent);
    color: var(--avk-ed-on-accent) !important;
    transform: translateY(-1px);
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-contact nav a {
    background: var(--avk-ed-paper);
}

@media (max-width: 767px) {
    body.avk-rd-editorial-shell .avk-rd-announcement {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 12px;
    }

    body.avk-rd-editorial-shell .avk-preview-heading--action {
        align-items: flex-start;
    }

    body.avk-rd-editorial-shell .avk-preview-heading-link {
        padding-top: 5px;
        font-size: 12px;
    }

    body.avk-rd-editorial-shell .avk-preview-product-card__price {
        font-size: 12px;
    }

    body.avk-rd-editorial-shell .avk-preview-trust-actions,
    body.avk-rd-editorial-shell .avk-preview-story__actions,
    body.avk-rd-editorial-shell .avk-preview-faq-actions,
    body.avk-rd-editorial-shell .avk-preview-contact nav {
        gap: 8px;
    }

    body.avk-rd-editorial-shell .avk-preview-faq-actions {
        padding-left: 0;
    }
}

@media (hover: none), (max-width: 1024px) {
    body.avk-rd-editorial-shell .avk-preview-product-card__quick {
        right: 9px;
        bottom: 9px;
        width: 36px;
        height: 36px;
        opacity: 1;
        transform: none;
    }
}

/* Keep every homepage action legible in both preview themes. */
body.avk-rd-editorial-shell .avk-preview-product-card__cta.is-simple:hover,
body.avk-rd-editorial-shell .avk-preview-pill-link:not(.is-primary):hover {
    border-color: var(--avk-ed-ink);
    background: var(--avk-ed-ink);
    color: var(--avk-ed-paper) !important;
}

body.avk-rd-editorial-shell :is(
    .avk-preview-product-card__cta.is-variable,
    .avk-preview-pill-link.is-primary,
    .avk-preview-contact nav a
):hover {
    border-color: var(--avk-ed-accent-hover);
    background: var(--avk-ed-accent-hover);
    color: var(--avk-ed-on-accent) !important;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-preview-member .avk-preview-pill-link--light:hover {
    border-color: var(--avk-ed-accent-hover);
    background: var(--avk-ed-accent-hover);
    color: var(--avk-ed-on-accent) !important;
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell :is(
    .avk-preview-heading-link,
    .avk-preview-faq-actions a
):hover {
    border-bottom-color: var(--avk-ed-accent-hover);
    color: var(--avk-ed-accent-hover) !important;
}

body.avk-rd-editorial-shell .avk-rd-site-footer :is(
    .avk-rd-footer-main nav a,
    .avk-rd-footer-contact a,
    .avk-rd-footer-bottom a
):hover {
    color: #ffffff !important;
}

/* Editorial homepage uses the same mobile drawer interaction as every preview page. */
body.avk-rd-editorial-shell .avk-rd-desktop-nav {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

body.avk-rd-editorial-shell :is(.avk-rd-mobile-menu, .avk-rd-menu-backdrop) {
    display: none;
}

@media (max-width: 1024px) {
    body.avk-rd-menu-open {
        overflow: hidden;
    }

    body.avk-rd-editorial-shell .avk-rd-primary-nav {
        position: fixed;
        z-index: 1201;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        display: block !important;
        width: min(390px, calc(100vw - 36px));
        max-height: none;
        padding: 0;
        overflow: hidden;
        border: 0;
        border-left: 1px solid var(--avk-ed-line);
        border-radius: 0;
        background: var(--avk-ed-paper);
        box-shadow: -18px 0 52px rgba(0, 0, 0, 0.18);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(28px, 0, 0);
        will-change: transform, opacity;
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease-out, visibility 0s linear 320ms;
    }

    body.avk-rd-editorial-shell .avk-rd-primary-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
    }

    body.avk-rd-editorial-shell .avk-rd-desktop-nav {
        display: none;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu {
        display: flex;
        height: 100%;
        min-height: 0;
        flex-direction: column;
        background: var(--avk-ed-paper);
        color: var(--avk-ed-ink);
    }

    body.avk-rd-editorial-shell .avk-rd-menu-backdrop {
        position: fixed;
        z-index: 1200;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(8, 12, 11, 0.48);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        cursor: pointer;
        backdrop-filter: blur(2px);
        transition: opacity 240ms ease-out, visibility 0s linear 320ms;
    }

    body.avk-rd-editorial-shell .avk-rd-menu-backdrop.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__head {
        display: flex;
        min-height: 72px;
        flex: 0 0 72px;
        align-items: center;
        justify-content: space-between;
        padding: max(10px, env(safe-area-inset-top)) 22px 10px;
        border-bottom: 1px solid var(--avk-ed-line);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__head strong {
        color: var(--avk-ed-ink);
        font-size: 17px;
        font-weight: 650;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__head button {
        display: inline-flex;
        width: 38px;
        height: 38px;
        min-height: 38px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid var(--avk-ed-line);
        border-radius: 50%;
        background: transparent;
        color: var(--avk-ed-ink);
        cursor: pointer;
        transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__head button:hover {
        border-color: var(--avk-ed-accent);
        background: var(--avk-ed-soft);
        color: var(--avk-ed-accent);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__head button:active {
        transform: scale(0.96);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__scroll {
        min-height: 0;
        flex: 1;
        padding: 22px 22px max(28px, env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-search {
        display: flex;
        width: 100%;
        margin: 0 0 22px;
        border-bottom-color: var(--avk-ed-line);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__primary {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 26px;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__primary a {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        padding: 8px 12px;
        border: 1px solid var(--avk-ed-line);
        border-radius: 7px;
        background: transparent;
        color: var(--avk-ed-ink);
        font-size: 13px;
        font-weight: 600;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__primary a:is(:hover, .is-active) {
        border-color: var(--avk-ed-accent);
        background: var(--avk-ed-soft);
        color: var(--avk-ed-accent) !important;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__label {
        margin: 0 0 6px;
        color: var(--avk-ed-muted);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordions {
        margin-bottom: 26px;
        border-top: 1px solid var(--avk-ed-line);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion {
        border-bottom: 1px solid var(--avk-ed-line);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__trigger {
        display: flex;
        width: 100%;
        min-height: 52px;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 2px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--avk-ed-ink);
        font: inherit;
        font-size: 15px;
        font-weight: 650;
        line-height: 1.4;
        text-align: left;
        cursor: pointer;
        transition: color 180ms ease-out;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__trigger:hover,
    body.avk-rd-editorial-shell .avk-rd-mobile-accordion.is-open .avk-rd-mobile-accordion__trigger {
        color: var(--avk-ed-accent);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__arrow {
        display: inline-flex;
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--avk-ed-soft);
        transform: rotate(0deg);
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease-out;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__arrow .avk-rd-icon {
        width: 16px;
        height: 16px;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion.is-open .avk-rd-mobile-accordion__arrow {
        background: color-mix(in srgb, var(--avk-ed-accent) 16%, transparent);
        transform: rotate(180deg);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__panel {
        display: grid;
        grid-template-rows: 0fr;
        opacity: 0;
        transform: translate3d(0, -5px, 0);
        will-change: grid-template-rows, transform, opacity;
        transition: grid-template-rows 320ms cubic-bezier(0.22, 1, 0.36, 1), transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease-out;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion.is-open .avk-rd-mobile-accordion__panel {
        grid-template-rows: 1fr;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner {
        min-height: 0;
        padding: 0 0 0 14px;
        overflow: hidden;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a {
        position: relative;
        display: block;
        padding: 9px 8px 9px 24px;
        border: 0;
        color: var(--avk-ed-muted);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.45;
        white-space: normal;
        transition: color 160ms ease-out, transform 160ms ease-out;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a::before {
        position: absolute;
        top: 0;
        bottom: 50%;
        left: 5px;
        width: 10px;
        border-bottom: 1px solid var(--avk-ed-line);
        border-left: 1px solid var(--avk-ed-line);
        content: "";
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a:hover {
        color: var(--avk-ed-accent);
        transform: translate3d(2px, 0, 0);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a:last-child {
        margin-bottom: 10px;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__secondary {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__secondary a {
        padding: 11px 0;
        border: 0;
        border-bottom: 1px solid var(--avk-ed-line);
        color: var(--avk-ed-muted);
        font-size: 13px;
        font-weight: 550;
        white-space: normal;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__secondary a:is(:hover, .is-active) {
        color: var(--avk-ed-accent) !important;
    }
}

@media (max-width: 480px) {
    body.avk-rd-editorial-shell .avk-rd-primary-nav {
        width: min(360px, calc(100vw - 24px));
    }
}

@media (prefers-reduced-motion: reduce) {
    body.avk-rd-editorial-shell :is(
        .avk-rd-primary-nav,
        .avk-rd-menu-backdrop,
        .avk-rd-mobile-accordion__panel,
        .avk-rd-mobile-accordion__arrow,
        .avk-rd-mobile-accordion__inner a
    ) {
        transition-duration: 0.01ms !important;
    }
}

/* Final mobile navigation polish for the alternate homepage preview. */
@media (max-width: 1024px) {
    body.avk-rd-editorial-shell .avk-rd-menu-toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        min-height: 42px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--avk-ed-ink);
        box-shadow: none !important;
    }

    body.avk-rd-editorial-shell .avk-rd-menu-toggle:hover,
    body.avk-rd-editorial-shell .avk-rd-menu-toggle:focus-visible {
        border: 0 !important;
        background: transparent !important;
        color: var(--avk-ed-accent);
        box-shadow: none !important;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__scroll {
        padding-top: 20px;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-search {
        margin-bottom: 28px;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__label {
        margin-bottom: 10px;
        color: var(--avk-ed-muted);
        font-size: 12px;
        font-weight: 600;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordions {
        margin-bottom: 30px;
        border-top: 0;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__trigger {
        min-height: 58px;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 600;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__arrow {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        border-radius: 0;
        background: transparent;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion.is-open .avk-rd-mobile-accordion__arrow {
        background: transparent;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__arrow .avk-rd-icon {
        width: 15px;
        height: 15px;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner {
        margin: 0 0 12px 2px;
        padding: 2px 0 6px 17px;
        border-left: 1px solid color-mix(in srgb, var(--avk-ed-accent) 40%, var(--avk-ed-line));
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a {
        padding: 9px 2px;
        color: var(--avk-ed-muted);
        font-size: 14px;
        font-weight: 500;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a::before {
        display: none;
        content: none;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    body.avk-rd-editorial-shell :is(
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="password"],
        input[type="search"],
        input[type="number"],
        input[type="url"],
        textarea,
        select,
        .select2-search__field
    ) {
        font-size: 16px !important;
    }
}

/* 2026-08-31 redesign-only logo, banner sizing, and mobile selection feedback. */
body.avk-rd-editorial-shell .avk-rd-brand__image--transparent {
    width: 62px;
    height: 44px;
    flex: 0 0 62px;
    padding: 0 !important;
    background: transparent !important;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

html[data-avk-theme="dark"] body.avk-rd-editorial-shell .avk-rd-site-header .avk-rd-brand__image--transparent,
body.avk-rd-editorial-shell .avk-rd-site-footer .avk-rd-brand__image--transparent {
    filter: none;
}

body.avk-rd-editorial-shell .avk-preview-banner__track {
    height: clamp(320px, 27vw, 390px);
    min-height: 320px;
}

body.avk-rd-editorial-shell .avk-preview-banner__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1024px) {
    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__trigger:active,
    body.avk-rd-editorial-shell .avk-rd-mobile-accordion.has-current-item .avk-rd-mobile-accordion__trigger {
        color: var(--avk-ed-accent);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a {
        margin: 2px 0;
        padding: 10px 12px;
        border-radius: 5px;
        transition: background-color 120ms ease, color 120ms ease, transform 120ms ease;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a:is(:active, .is-pressed, .is-selected, .is-active) {
        background: color-mix(in srgb, var(--avk-ed-accent) 14%, transparent);
        color: var(--avk-ed-accent) !important;
        transform: translate3d(3px, 0, 0);
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-accordion__inner a.is-active {
        box-shadow: inset 3px 0 0 var(--avk-ed-accent);
        font-weight: 650;
    }

    body.avk-rd-editorial-shell .avk-rd-mobile-menu__secondary a:is(:active, .is-pressed, .is-selected) {
        color: var(--avk-ed-accent) !important;
        background: color-mix(in srgb, var(--avk-ed-accent) 10%, transparent);
    }
}

@media (max-width: 767px) {
    body.avk-rd-editorial-shell .avk-rd-brand__image--transparent {
        width: 54px;
        height: 40px;
        flex-basis: 54px;
    }

    body.avk-rd-editorial-shell .avk-preview-banner__track,
    body.avk-rd-editorial-shell .avk-preview-banner__slide img {
        height: 190px;
        min-height: 190px;
    }
}
